From a4cd07fa2256f76891042b298f8647d39e6aa6b3 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 7 Jan 2021 23:31:31 +1300 Subject: [PATCH] Fix typo --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index cc1028df..9129fb4e 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -377,7 +377,7 @@ speechSynthesis.getVoices(); if (response.status === 200) { this.$throw(0, 'Invalid JSON response'); } - this.$throw(res.status); + this.$throw(response.status); }).then(({ data, status }) => { if (status === 200) { if (data.success === Object(data.success)) {