We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 902ed7d + e6e310a commit ed02288Copy full SHA for ed02288
1 file changed
ios/OPSQLite.mm
@@ -116,7 +116,7 @@ - (NSDictionary *)getConstants {
116
NSLibraryDirectory, NSUserDomainMask, true) objectAtIndex:0];
117
118
NSString *filename = args[@"filename"];
119
- BOOL overwrite = args[@"overwrite"];
+ BOOL overwrite = [args[@"overwrite"] boolValue];
120
121
NSString *sourcePath = [[NSBundle mainBundle] pathForResource:filename
122
ofType:nil];
0 commit comments