From fd277914ae62bf823010b17feec4fbe9fe63f3bd Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 2 Aug 2022 15:57:21 +0200 Subject: [PATCH] minor --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index af636242..79ab7214 100644 --- a/store/index.js +++ b/store/index.js @@ -41,7 +41,7 @@ export const actions = { // we use it to get configuration from db, set locale, etc... nuxtServerInit ({ commit }, { _req, res }) { commit('setSettings', res.locals.settings) - // dayjs.tz.(res.locals.settings.instance_timezone) + dayjs.tz(res.locals.settings.instance_timezone) if (res.locals.status === 'READY') { commit('setAnnouncements', res.locals.announcements) }