Skip to content

Commit

Permalink
add storeHandle to parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Sep 6, 2023
1 parent 487c988 commit da27a79
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jsi::Value storeCopyTo(jsi::Runtime &rt, jsi::Object options) {
state->rt = &rt;

ErrorCode code = askar_store_copy(
targetUri.c_str(), keyMethod.length() ? keyMethod.c_str() : nullptr,
storeHandle, targetUri.c_str(),
keyMethod.length() ? keyMethod.c_str() : nullptr,
passKey.length() ? passKey.c_str() : nullptr,
recreate, callbackWithResponse, CallbackId(state));

Expand Down

0 comments on commit da27a79

Please sign in to comment.