From e3287afe0f96fbbe45325935f93cdda2f16df93d Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:31:39 +0900 Subject: [PATCH] typo --- html/src/vr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/vr.js b/html/src/vr.js index 4ddde6e0..6307a5c3 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -197,7 +197,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 (data === Object(data)) { if (status === 200) {