From c4b5b5fb341598ffe3285867868b537f8be8295a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 27 Apr 2021 09:45:15 +0200 Subject: dprint fmt --- api/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/api.ts b/api/api.ts index f8eda07..fbcd55b 100644 --- a/api/api.ts +++ b/api/api.ts @@ -8,7 +8,7 @@ export interface userInfo { friends: number; relation?: 'none' | 'friends' | 'incoming' | 'outgoing' | 'blocked'; rating: number; - email?: string; + email?: string; } export type ruleset = { -- cgit v1.2.3