Skip to content

Commit

Permalink
fix: no panic in main on startup (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
brokad authored Oct 12, 2022
1 parent 43791af commit 67d0e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ async fn start(db: SqlitePool, args: StartArgs) -> io::Result<()> {
%project_name,
"could not refresh state. Skipping it for now.",
);
panic!("could not refresh state");
}
}
}
Expand Down

0 comments on commit 67d0e2e

Please sign in to comment.