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

pull/422/head
vdang 2 years ago
parent 29bf8a2ab4
commit bd2d64e378
No known key found for this signature in database
GPG Key ID: 48DFAD25A8F31057

@ -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