Skip to content

Commit

Permalink
Run ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Sep 1, 2024
1 parent 269d4ee commit 2e6509e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/util/entities/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2e6509e

Please sign in to comment.