mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-23 12:25:00 +00:00
Fix typo
This commit is contained in:
parent
a3298c3ce8
commit
8afb07803c
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue