Skip to content

Commit

Permalink
fix maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 27, 2024
1 parent 90321c7 commit 088034b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/hooks/user/helpers/User/ClientUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IGunInstance, ISEAPair } from 'gun';
import { type GunUserInstance } from '../../useMainUser';
import { createAvatar } from '@/lib/utils/Avatar/createAvatar';
import { PeerUser } from '../Base/PeerUser';
import { getPeerCache } from '@/lib/structs/Cache/PeerCache';
import { getPeerCache } from '@/lib/structs/cache/PeerCache';
import { Util } from '@/lib/utils/Utils/Util';

type ClientUserOptions = {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Structs/DMChannel/DMChannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { formatDataStores } from '@/lib/Constants';
import { Util } from '@/lib/utils/Utils/Util';
import type { IGunInstance } from 'gun';
import { Message } from '@/lib/structs/Message/Message';
import { getPeerCache } from '../Cache/PeerCache';
import { getPeerCache } from '../cache/PeerCache';

export class DMChannel {
client: ClientUser;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Structs/Message/Message.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getPeerCache } from '../Cache/PeerCache';
import { getPeerCache } from '../cache/PeerCache';

export type MessageStructure = {
content: string;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils/Chats/chatData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { PeerUser } from '@/hooks/user/helpers/Base/PeerUser';
import { ClientUser } from '@/hooks/user/helpers/User/ClientUser';
import { db, UserContextValues } from '@/hooks/user/useMainUser';
import { getPeerCache } from '@/lib/structs/Cache/PeerCache';
import { getPeerCache } from '@/lib/structs/cache/PeerCache';
import { DMChannel } from '@/lib/structs/DMChannel/DMChannel';
import { Message } from '@/lib/structs/Message/Message';

Expand Down

0 comments on commit 088034b

Please sign in to comment.