Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-o committed Oct 17, 2024
1 parent df56cb0 commit 0edda44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-data-ingestion/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ fn setup_env(exit_sender: oneshot::Sender<()>) {

#[tokio::main]
async fn main() -> Result<()> {
eprintln!("starting ingestion...");
let (exit_sender, exit_receiver) = oneshot::channel();
setup_env(exit_sender);

Expand Down

0 comments on commit 0edda44

Please sign in to comment.