Merge branch 'upcoming' into upcoming

This commit is contained in:
Jason Chen 2022-01-18 23:00:54 -08:00 committed by GitHub
commit 7bc77b2b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1390 additions and 353 deletions

View file

@ -504,6 +504,7 @@ var app = new Vue({
}
socket.onmessage = (e) => {
console.log(e.data)
const response = JSON.parse(e.data);
switch (response.type) {
default: console.log(response);