fix(stronghold): change wrong argument name for `remove` (#422)

pull/424/head
Alexandre Dang 2 years ago committed by GitHub
parent b3d7d11ae3
commit ea63b40224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
client: this.client,
vault: this.name,
location,
recordPath: location.payload.record,
});
}
}

Loading…
Cancel
Save