Skip to content

Commit 7b1d137

Browse files
Update src/node_sqlite.cc
Co-authored-by: Guilherme Araújo <arauujogui@gmail.com>
1 parent be5ce48 commit 7b1d137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_sqlite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ Intercepted DatabaseSyncLimits::LimitsSetter(
767767
Isolate* isolate = env->isolate();
768768

769769
Utf8Value prop_name(isolate, property);
770-
const LimitInfo* limit_info = GetLimitInfoFromName(*prop_name);
770+
const LimitInfo* limit_info = GetLimitInfoFromName(prop_name.ToStringView());
771771

772772
if (limit_info == nullptr) {
773773
return Intercepted::kNo;

0 commit comments

Comments
 (0)