Skip to content

Commit ec09727

Browse files
committed
v0fix: actually fixed re-initialize error
1 parent cec89ea commit ec09727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/utils/clientDatabaseManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class ClientDatabaseManager {
9292

9393
init(
9494
name: string,
95-
opts: AllOptions = {},
95+
opts: AllOptions, // do not define this or init will break
9696
initOptions: InitOptions = {}
9797
): ClientDatabaseEntry | undefined {
9898
const exists = this.databases.has(name)

0 commit comments

Comments
 (0)