Skip to content

Commit fc6ed3a

Browse files
committed
fix: correctly set remote_encryption_key
1 parent 6703e8c commit fc6ed3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/bindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void install(jsi::Runtime &rt,
152152

153153
std::string remote_encryption_key;
154154
if (options.hasProperty(rt, "remoteEncryptionKey")) {
155-
encryption_key =
155+
remote_encryption_key =
156156
options.getProperty(rt, "remoteEncryptionKey").asString(rt).utf8(rt);
157157
}
158158

0 commit comments

Comments
 (0)