end: devWeb - ending project

This commit is contained in:
kmitresse
2024-05-01 21:28:36 +02:00
parent d1c4b84fa8
commit a78dcc6304
26 changed files with 48 additions and 2246 deletions
@@ -3,7 +3,6 @@ export default class Message {
const message = JSON.parse(rawMessage);
message.data = JSON.parse(message.data);
console.log(message);
this.type = message.type;
this.data = message.data;