mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 02:12:40 +01:00
Run ESLint
This commit is contained in:
parent
269d4eecdd
commit
2e6509e4eb
@ -17,14 +17,7 @@
|
||||
*/
|
||||
|
||||
import { Request } from "express";
|
||||
import {
|
||||
Column,
|
||||
Entity,
|
||||
FindOneOptions,
|
||||
JoinColumn,
|
||||
OneToMany,
|
||||
OneToOne,
|
||||
} from "typeorm";
|
||||
import { Column, Entity, JoinColumn, OneToMany, OneToOne } from "typeorm";
|
||||
import { Config, Email, FieldErrors, Snowflake, trimSpecial } from "..";
|
||||
import { BitField } from "../util/BitField";
|
||||
import { BaseClass } from "./BaseClass";
|
||||
|
Loading…
Reference in New Issue
Block a user