mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-30 14:34:22 +01:00
Fix typo
This commit is contained in:
@@ -93,8 +93,6 @@ class Database {
|
||||
const pragma = `PRAGMA ${source}`;
|
||||
|
||||
return simple
|
||||
? this.db.pragma(pragma, true)
|
||||
: this.db.pragma(pragma, false);
|
||||
? this.db.pragma(source, { simple: true })
|
||||
: this.db.pragma(source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user