diff --git a/functions/index.js b/functions/index.js index 9c1345bcc..2d4dfc779 100644 --- a/functions/index.js +++ b/functions/index.js @@ -449,6 +449,8 @@ exports.testCompleted = functions.https.onCall((request, response) => { ); return { resultCode: -2 }; } + } else { + return { resultCode: -3 }; } } diff --git a/public/index.html b/public/index.html index 60fd2b858..063222a26 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@