chore: code cleanup

This commit is contained in:
canove
2021-01-14 21:48:55 -03:00
parent af56447464
commit a5004eb425
7 changed files with 12 additions and 15 deletions

View File

@@ -8,8 +8,7 @@ import {
AutoIncrement,
AllowNull,
Unique,
BelongsToMany,
HasMany
BelongsToMany
} from "sequelize-typescript";
import User from "./User";
import UserQueue from "./UserQueue";