diff --git a/js/routes.js b/js/routes.js index 3dbc6ca8..669a0fc7 100644 --- a/js/routes.js +++ b/js/routes.js @@ -39,6 +39,7 @@ const COMMON_ROUTES = ( function getRoutes(type) { let routes = null; + console.log(type) if (type === 'prize') { routes = getPrizeRoutes(COMMON_ROUTES); } else {