From c715334616cda31a9dfe41598e318745753f6e60 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 11 Mar 2022 13:49:34 +0530 Subject: [PATCH] stub a test on the checkup page --- www/checkup/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/checkup/main.js b/www/checkup/main.js index d730d34c0..5e3d0ccfd 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -1159,6 +1159,7 @@ define([ // check if they provide legal data assert(function (cb, msg) { + if (true) { return void cb(true); } // XXX stubbed while we determine whether this is necessary if (ApiConfig.restrictRegistration) { return void cb(true); } var url = Pages.customURLs.imprint;