Skip to content

Commit

Permalink
Merge branch 'dev' into fix/static-version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf authored Oct 13, 2024
2 parents 6dedb5f + 11cbb55 commit 790ef3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi/js/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ impl CursorController {
/// Block until next
#[napi(js_name = "recv")]
pub async fn js_recv(&self) -> napi::Result<crate::api::Cursor> {
Ok(self.recv().await?.into())
Ok(self.recv().await?)
}
}

0 comments on commit 790ef3b

Please sign in to comment.