0
0
Fork 0

Update event name

This commit is contained in:
Oliver-Akins 2020-12-19 18:00:57 -07:00
parent fcc6712e23
commit 7e9884a273

View file

@ -29,7 +29,7 @@ export default {
}, },
}, },
sockets: { sockets: {
TeamQuestions(data) { PastQuestions(data) {
console.debug(`Received question data from the server.`); console.debug(`Received question data from the server.`);
this.questions = data; this.questions = data;
}, },