first part of refactoring
This commit is contained in:
parent
f09ffc6b86
commit
6a6954023c
9 changed files with 140 additions and 172 deletions
|
@ -1,4 +1,4 @@
|
|||
type ChatMessage = {
|
||||
/* type ChatMessage = {
|
||||
name: string;
|
||||
messages: any;
|
||||
timestamp: number;
|
||||
|
@ -25,3 +25,4 @@ function removeMessageFromHistory(timestamp: number): void {
|
|||
console.log(`Message not found with timestamp: ${timestamp}`);
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue