chore: lint
This commit is contained in:
@@ -22,7 +22,7 @@ interface RobotAttributes {
|
|||||||
recording: Robot;
|
recording: Robot;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface RobotCreationAttributes extends Optional<RobotAttributes, 'id'> {}
|
interface RobotCreationAttributes extends Optional<RobotAttributes, 'id'> { }
|
||||||
|
|
||||||
class Robot extends Model<RobotAttributes, RobotCreationAttributes> implements RobotAttributes {
|
class Robot extends Model<RobotAttributes, RobotCreationAttributes> implements RobotAttributes {
|
||||||
public id!: string;
|
public id!: string;
|
||||||
@@ -49,7 +49,7 @@ Robot.init(
|
|||||||
{
|
{
|
||||||
sequelize,
|
sequelize,
|
||||||
tableName: 'robot',
|
tableName: 'robot',
|
||||||
timestamps: false,
|
timestamps: false,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user