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

index 0360eb03..8a3449ba 100644 --- a/src/schemas/api/users/User.ts +++ b/src/schemas/api/users/User.ts
@@ -20,7 +20,7 @@ import { ConnectedAccountSchema, Snowflake, UserSettingsSchema } from "@spacebar // TODO: maybe move the one thing this depends on to import { BitField } from "@spacebar/util/util"; // TODO: remove entity import -import { Relationship, Session } from "@spacebar/util/entities"; +import { Relationship, Session } from "@spacebar/database/entities"; interface UserEntityPleaseRewriteThankYou { id: Snowflake;