From 2b9e93dcfd859da2c1dd846a8b385bc4fea50d49 Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Fri, 31 Jul 2020 15:09:47 +0200 Subject: [PATCH] Fixed typo in eslint --- ui/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/store/index.js b/ui/store/index.js index dd0795ecd9..6b5f7301aa 100644 --- a/ui/store/index.js +++ b/ui/store/index.js @@ -1,7 +1,7 @@ /* eslint-disable camelcase */ import { AccountsService_ListAccounts } from '../client/accounts' import { RoleService_ListRoles } from '../client/settings' -/* eslint-disable camelcase */ +/* eslint-enable camelcase */ import { injectAuthToken } from '../helpers/auth' const state = {