summary refs log tree commit diff
path: root/src/util/entities/SecurityKey.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/entities/SecurityKey.ts')
-rw-r--r--src/util/entities/SecurityKey.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/SecurityKey.ts b/src/util/entities/SecurityKey.ts

index 3f8df973..43958911 100644 --- a/src/util/entities/SecurityKey.ts +++ b/src/util/entities/SecurityKey.ts
@@ -18,7 +18,7 @@ import { Column, Entity, JoinColumn, ManyToOne, RelationId } from "typeorm"; import { BaseClass } from "./BaseClass"; -import { User } from "./User"; +import type { User } from "./User"; @Entity({ name: "security_keys",