From 00b4a8afce4fbc9929d622987badfdf32b48f1b7 Mon Sep 17 00:00:00 2001 From: Yassine AMAGHZAZ Date: Thu, 20 Jun 2024 09:15:44 +0000 Subject: [PATCH] fix: roles is an array --- src/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user.ts b/src/user.ts index 292f83b..9e80d9a 100644 --- a/src/user.ts +++ b/src/user.ts @@ -64,7 +64,7 @@ export interface User { signupApplication?: string hash?: string preHash?: string - roles?: Role + roles?: Role[] createdIp?: string lastSigninTime?: string