Skip to content

Commit

Permalink
chore: fix ci problem
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Sep 8, 2024
1 parent afd575f commit 2e01c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/shared/redux/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import type { FriendRequest } from '../model/friend';
import { getCachedConverseInfo } from '../cache/cache';
import type { GroupInfo } from '../model/group';
import { ChatMessage, ChatMessageReaction } from '../model/message';
import type { ChatMessage, ChatMessageReaction } from '../model/message';
import { socketEventListeners } from '../manager/socket';
import { showToasts } from '../manager/ui';
import { t } from '../i18n';
Expand Down

0 comments on commit 2e01c1a

Please sign in to comment.