mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-04 18:29:42 +02:00
Fix lint warnings
This commit is contained in:
parent
1f8f713059
commit
61d34c88f8
19 changed files with 24 additions and 24 deletions
|
@ -35,4 +35,4 @@ export const attributes: SequelizeAttributes<OldDeviceAttributes> = {
|
|||
}
|
||||
}
|
||||
|
||||
export const createOldDeviceModel = (sequelize: Sequelize.Sequelize): OldDeviceModelStatic => <OldDeviceModelStatic>sequelize.define('OldDevice', attributes)
|
||||
export const createOldDeviceModel = (sequelize: Sequelize.Sequelize): OldDeviceModelStatic => sequelize.define('OldDevice', attributes) as OldDeviceModelStatic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue