From 3f3c64472e0fb6815edfda86c9f7fa54d3d55131 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Thu, 4 Feb 2021 18:09:46 +0100 Subject: [PATCH] fix lint --- src/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index 4ef7acbcf..890fe8987 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -13,7 +13,7 @@ export type TUserRoute = { } export type TUserRouteError = { - error: boolean, + error: boolean message?: string } -- GitLab