Spaces:
Running
Running
Commit
•
e6bc023
1
Parent(s):
ac94c73
💡 Remove outdated todo
Browse files
src/routes/conversation/[id]/+page.svelte
CHANGED
@@ -55,8 +55,6 @@
|
|
55 |
}
|
56 |
}
|
57 |
}
|
58 |
-
|
59 |
-
// todo: if everything went well, store message + response in DB
|
60 |
}
|
61 |
|
62 |
async function writeMessage(message: string) {
|
|
|
55 |
}
|
56 |
}
|
57 |
}
|
|
|
|
|
58 |
}
|
59 |
|
60 |
async function writeMessage(message: string) {
|