Skip to content

Commit 7519e2d

Browse files
committed
chore: fix type issue
1 parent 007cec3 commit 7519e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/persistence/src/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const createTursoClient = (url: string, authToken?: string) => {
1010
return createClient({ url, authToken })
1111
}
1212

13-
export const createSqliteClient = (fileName: string) => {
13+
export const createSqliteClient = (fileName: string): Database => {
1414
return new Database(fileName)
1515
}

0 commit comments

Comments
 (0)