Skip to content

Commit 5160ffa

Browse files
committed
feat: new build
1 parent 56bba05 commit 5160ffa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async function run() {
2121
found = await SyncModel.findOneAndUpdate({}, {count: found.count + 1}, {new: true})
2222
await standardVersion(getConfiguration());
2323
await SyncModel.findOneAndUpdate({}, {count: found.count - 1})
24+
mongoose.disconnect()
2425
}
2526
}, 1000);
2627
} catch (error) {

0 commit comments

Comments
 (0)