diff --git a/i18n.js b/i18n.js index d5f0a161..df654812 100644 --- a/i18n.js +++ b/i18n.js @@ -142,9 +142,7 @@ i18n.init = function i18nInit(request, response, next) { } // bind api to req also - if (typeof request === 'object') { - applyAPItoObject(request); - } + applyAPItoObject(request); } if (typeof next === 'function') {