From eb5e9f115e3bda688f9a2578d1b74efcd330349c Mon Sep 17 00:00:00 2001 From: diminator Date: Mon, 13 Jul 2015 21:20:42 +0200 Subject: [PATCH] merged sluice --- js/routes.js | 1 + 1 file changed, 1 insertion(+) 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 {