Skip to content

Commit 6ebd672

Browse files
louwersaddaleax
andauthored
Update src/node_sqlite.cc
Co-authored-by: Anna Henningsen <[email protected]>
1 parent 46b18f4 commit 6ebd672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_sqlite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ void Backup(const FunctionCallbackInfo<Value>& args) {
16481648
}
16491649

16501650
struct ConflictCallbackContext {
1651-
std::function<bool(std::string)> filterCallback;
1651+
std::function<bool(std::string_view)> filterCallback;
16521652
std::function<int(int)> conflictCallback;
16531653
};
16541654

0 commit comments

Comments
 (0)