mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
end: devWeb - ending project
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user