mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-20 21:20:42 +02:00
fix(stronghold): change wrong argument name for remove (#422)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"stronghold-js": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Change the argument name of the `Stronghold.remove` from `location` to `recordPath` to match the Stronghold command argument
|
||||||
@@ -378,7 +378,7 @@ export class Vault extends ProcedureExecutor {
|
|||||||
snapshotPath: this.path,
|
snapshotPath: this.path,
|
||||||
client: this.client,
|
client: this.client,
|
||||||
vault: this.name,
|
vault: this.name,
|
||||||
location,
|
recordPath: location.payload.record,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user