diff --git a/server/src/models/User.ts b/server/src/models/User.ts index 5e7c17e9..9bc6affb 100644 --- a/server/src/models/User.ts +++ b/server/src/models/User.ts @@ -45,7 +45,7 @@ User.init( }, api_key: { type: DataTypes.STRING, - allowNull: true, + allowNull: true, }, proxy_url: { type: DataTypes.STRING,