From 65f19ff56da04f16be93e9467d59f5a2f8087daa Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Tue, 14 Jun 2022 02:49:13 -0700 Subject: [PATCH] Fix ESLint --- common/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/user.ts b/common/user.ts index 67fc22ee..3c86b68f 100644 --- a/common/user.ts +++ b/common/user.ts @@ -1,4 +1,4 @@ -import { ENV, ENV_CONFIG } from './envs/constants' +import { ENV_CONFIG } from './envs/constants' export type User = { id: string