From 1ff19e146768148ee4adeb0e41a02514b33a5c37 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 23 Aug 2021 10:33:45 +0200 Subject: [PATCH] web: fix formatting Signed-off-by: Jens Langhammer --- web/rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/rollup.config.js b/web/rollup.config.js index 888953df2..f74706ca5 100644 --- a/web/rollup.config.js +++ b/web/rollup.config.js @@ -103,7 +103,7 @@ export default [ // Because the API Client uses star exports from typescript, we have to explicitly tell rollup // Which classes can be imported commonjs({ - namedExports: { '@goauthentik/api': Object.keys(authentik) }, + namedExports: { "@goauthentik/api": Object.keys(authentik) }, }), babel({ extensions, @@ -139,7 +139,7 @@ export default [ // Because the API Client uses star exports from typescript, we have to explicitly tell rollup // Which classes can be imported commonjs({ - namedExports: { '@goauthentik/api': Object.keys(authentik) }, + namedExports: { "@goauthentik/api": Object.keys(authentik) }, }), babel({ extensions,