chore: lint

This commit is contained in:
karishmas6
2024-10-16 23:38:34 +05:30
parent b2266252c5
commit 09a4b59d46

View File

@@ -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,