Skip to content

Commit 3a48a5a

Browse files
authored
Merge pull request #328 from levydsa/remote-encryption-fix
Properly set `remote_encryption_key`
2 parents 6703e8c + fc6ed3a commit 3a48a5a

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)