Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 4bfb908

Browse files
committed
Fix linting
1 parent 0c75d47 commit 4bfb908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = async (api, siteId, dir, opts) => {
7878
}
7979
})
8080
if (opts.deployId === null) {
81-
if(title) {
81+
if (title) {
8282
deployParams = { ...deployParams, title }
8383
}
8484
deploy = await api.createSiteDeploy(deployParams)

0 commit comments

Comments
 (0)