Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fea3ffa

Browse filesBrowse files
committed
lint: fix
1 parent cf610df commit fea3ffa
Copy full SHA for fea3ffa

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/utils/database.ts‎

Copy file name to clipboardExpand all lines: src/utils/database.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function getLocalDatabase(database: SqliteDatabaseConfig | D1Databa
9898
if (!_localDatabase[databaseLocation]) {
9999
_localDatabase[databaseLocation] = db
100100

101-
let dropCacheTable = false
101+
let dropCacheTable
102102
try {
103103
dropCacheTable = await db.prepare('SELECT * FROM _development_cache WHERE id = ?')
104104
.get('__DATABASE_VERSION__').then(row => (row as unknown as { value: string })?.value !== databaseVersion)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.