Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
29a1b00
1
Parent(s):
87c0718
Update src/routes/LocalDB.ts
Browse files- src/routes/LocalDB.ts +1 -1
src/routes/LocalDB.ts
CHANGED
@@ -23,7 +23,7 @@ export class ChatDatabase extends Dexie {
|
|
23 |
chats!: Table<Chat>;
|
24 |
|
25 |
constructor() {
|
26 |
-
super("
|
27 |
this.version(16).stores({
|
28 |
chats: null,
|
29 |
});
|
|
|
23 |
chats!: Table<Chat>;
|
24 |
|
25 |
constructor() {
|
26 |
+
super("opengptchat");
|
27 |
this.version(16).stores({
|
28 |
chats: null,
|
29 |
});
|