We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dd838 commit bcf369cCopy full SHA for bcf369c
src/epsilon/api/epsilon_api.rs
@@ -15,7 +15,7 @@ impl EpsilonApi {
15
pub fn new() -> Arc<EpsilonApi> {
16
Arc::new(Self {
17
channel: channel::<EpsilonEvent>(1024).0,
18
- })²
+ })
19
}
20
21
pub fn send(&self, event: EpsilonEvent) {
0 commit comments