From a15871560f80e07386c1dabb8370cd2664ecfd1f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 Jan 2020 16:56:52 +0100 Subject: Move to eslint --- server/typings/models/account/avatar.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/typings/models/account/avatar.ts') diff --git a/server/typings/models/account/avatar.ts b/server/typings/models/account/avatar.ts index 8af6cc787..21b47180f 100644 --- a/server/typings/models/account/avatar.ts +++ b/server/typings/models/account/avatar.ts @@ -7,5 +7,6 @@ export type MAvatar = AvatarModel // Format for API or AP object -export type MAvatarFormattable = FunctionProperties & +export type MAvatarFormattable = + FunctionProperties & Pick -- cgit v1.2.3