From 09a4b59d4603df59a6d0030985d84273c06c253f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 16 Oct 2024 23:38:34 +0530 Subject: [PATCH] chore: lint --- server/src/models/Robot.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/server/src/models/Robot.ts b/server/src/models/Robot.ts index ed751ca8..70e3db8d 100644 --- a/server/src/models/Robot.ts +++ b/server/src/models/Robot.ts @@ -55,19 +55,19 @@ Robot.init( google_sheets_email: { type: DataTypes.STRING, allowNull: true, - }, - google_sheet_id: { + }, + google_sheet_id: { type: DataTypes.STRING, allowNull: true, - }, - google_access_token: { + }, + google_access_token: { type: DataTypes.STRING, allowNull: true, - }, - google_refresh_token: { + }, + google_refresh_token: { type: DataTypes.STRING, allowNull: true, - }, + }, }, { sequelize,