mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 07:24:19 +01:00
fix clippy and remove old action yaml
This commit is contained in:
@@ -89,7 +89,7 @@ fn resume_sync(holder: &GeneratorHolder, error: Option<String>) -> napi::Result<
|
||||
impl GeneratorHolder {
|
||||
#[napi]
|
||||
pub fn resume_sync(&self, error: Option<String>) -> napi::Result<GeneratorResponse> {
|
||||
resume_sync(&self, error)
|
||||
resume_sync(self, error)
|
||||
}
|
||||
|
||||
#[napi]
|
||||
|
||||
Reference in New Issue
Block a user