summary refs log tree commit diff
path: root/util/src/schemas/IdentifySchema.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/src/schemas/IdentifySchema.ts (renamed from gateway/src/schema/Identify.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/src/schema/Identify.ts b/util/src/schemas/IdentifySchema.ts

index 21141321..8f95c6a0 100644 --- a/gateway/src/schema/Identify.ts +++ b/util/src/schemas/IdentifySchema.ts
@@ -1,4 +1,4 @@ -import { ActivitySchema } from "./Activity"; +import { ActivitySchema } from "./ActivitySchema"; export const IdentifySchema = { token: String,