From cfaad2e25bf78e742869c577bf5c0edbd2d5ac77 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 16 Oct 2024 19:19:39 +0530 Subject: [PATCH] chore: remove comment --- server/src/models/User.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/models/User.ts b/server/src/models/User.ts index b50c1e0f..5a3d552c 100644 --- a/server/src/models/User.ts +++ b/server/src/models/User.ts @@ -12,7 +12,6 @@ interface UserAttributes { proxy_password?: string | null; } -// Optional fields for creating a new user interface UserCreationAttributes extends Optional { } class User extends Model implements UserAttributes {