Skip to content

Commit

Permalink
fix: remove unecessary return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Mar 28, 2023
1 parent eed5ca2 commit 478f57a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/indexer-agent/src/commands/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ export default {
err: indexerError(IndexerErrorCode.IE001, err),
})
process.exit(1)
return
}
logger.info(`Successfully ran database migrations`)

Expand Down

0 comments on commit 478f57a

Please sign in to comment.