Skip to content

Commit 0ca1363

Browse files
committed
oops
1 parent 4c4d6a9 commit 0ca1363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pyth-lazer-agent/src/lazer_publisher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl LazerPublisher {
9191
tokio::spawn(async move { task.run().await });
9292
Self {
9393
sender,
94-
is_ready: Arc::new(AtomicBool::new(false)),
94+
is_ready: is_ready.clone(),
9595
}
9696
}
9797

0 commit comments

Comments
 (0)