Skip to content

Commit

Permalink
fix: don't exit after sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Apr 19, 2024
1 parent 6161f15 commit 33e648b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/cron/update_local_smartapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ export default function manageSmartApi() {
updateSmartAPISpecs()
.then(() => {
debug("SmartAPI sync successful.");
process.exit(0);
})
.catch(err => {
debug(`Updating local copy of SmartAPI specs failed! The error message is ${err.toString()}`);
Expand Down

0 comments on commit 33e648b

Please sign in to comment.