Skip to content

Commit

Permalink
fix: clear pending root if detected on push
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Nov 30, 2023
1 parent fd12c15 commit d8b1c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/persistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const clearPendingRoots = async (storeId) => {
.key(key)
.cert(cert)
.timeout(timeout)
.send({ id: storeId });
.send({ store_id: storeId });

const data = response.body;

Expand Down

0 comments on commit d8b1c22

Please sign in to comment.