Skip to content

Commit 65e9a63

Browse files
committed
fix: lint
1 parent b51ec1c commit 65e9a63

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/helpers/serverModuleHelpers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ module.exports.fixServerTs = fixServerTs
110110

111111
const revertServerTsFix = async function () {
112112
if (needSwapping && serverModuleLocation && serverModuleBackupLocation) {
113-
114113
await rm(serverModuleLocation)
115114
await rename(serverModuleBackupLocation, serverModuleLocation)
116115
// set it to false to not attempt to swap back more times than one

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ module.exports = {
7171
},
7272
async onEnd() {
7373
await revertServerTsFix()
74-
}
74+
},
7575
}

0 commit comments

Comments
 (0)