fix: initNewChat

This commit is contained in:
Timothy J. Baek 2023-12-26 14:41:41 -08:00
parent 8f2b691ee0
commit cc9e299814
2 changed files with 3 additions and 1 deletions

View file

@ -64,6 +64,8 @@
//////////////////////////
const initNewChat = async () => {
window.history.replaceState(history.state, '', `/`);
console.log('initNewChat');
await chatId.set('');