From 00adf86fa803b55f2181e4d2d76551bcffd45815 Mon Sep 17 00:00:00 2001 From: Dario Guarascio Date: Sat, 9 Oct 2021 14:57:44 +0200 Subject: [PATCH] typo fix --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 4136f1e9..3eb892bb 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -6,7 +6,7 @@ export const TIMEZONE_CONFIG = `${prefix}.timezone`; export const DATE_RANGE_CONFIG = `${prefix}.date-range`; export const THEME_CONFIG = `${prefix}.theme`; export const VERSION_CHECK = `${prefix}.version-check`; -export const TOKEN_HEADER = 'x-${prefix}-token'; +export const TOKEN_HEADER = `x-${prefix}-token`; export const DEFAULT_LOCALE = 'en-US'; export const DEFAULT_THEME = 'light';