We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babf7d1 commit 7c1e83eCopy full SHA for 7c1e83e
addon/mongocrypt.cc
@@ -572,8 +572,8 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info) : ObjectWrap(info) {
572
}
573
574
if (options.Has("keyExpirationMS")) {
575
- mongocrypt_setopt_key_expiration(
576
- mongo_crypt(), options.Get("keyExpirationMS").ToNumber().Int64Value());
+ mongocrypt_setopt_key_expiration(mongo_crypt(),
+ options.Get("keyExpirationMS").ToNumber().Int64Value());
577
578
579
mongocrypt_setopt_use_range_v2(mongo_crypt());
0 commit comments