diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index fac59cc91..48fd3a20a 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -53,7 +53,6 @@ import { getMostRelevantSession, Presence, PresenceUpdateEvent, - PrivateStatus, ReadyEventData, ReadyGuildDTO, ReadyUserGuildSettingsEntries, @@ -61,7 +60,17 @@ import { TraceNode, TraceRoot, } from "@spacebar/util"; -import { ChannelType, DefaultUserGuildSettings, DMChannel, IdentifySchema, PrivateUserProjection, PublicUser, PublicUserProjection, RelationshipType } from "@spacebar/schemas"; +import { + ChannelType, + DefaultUserGuildSettings, + DMChannel, + IdentifySchema, + PrivateStatus, + PrivateUserProjection, + PublicUser, + PublicUserProjection, + RelationshipType, +} from "@spacebar/schemas"; import { check } from "./instanceOf"; // TODO: user sharding