Skip to content

Commit d721f07

Browse files
committed
lint
1 parent bb71f63 commit d721f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,8 +852,8 @@ export type UserResponse<StreamChatGenerics extends ExtendableGenerics = Default
852852
privacy_settings?: PrivacySettings;
853853
push_notifications?: PushNotificationSettings;
854854
revoke_tokens_issued_before?: string;
855-
updated_at?: string;
856855
shadow_banned?: boolean;
856+
updated_at?: string;
857857
};
858858

859859
export type PrivacySettings = {

0 commit comments

Comments
 (0)