Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
257 changes: 0 additions & 257 deletions clients/admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion clients/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"openapi-typescript": "^7.6.1",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
Expand Down
1 change: 0 additions & 1 deletion clients/dashboard/src/api/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export type ChannelMemberDto = {
role: ChannelMemberRoleValue;
joinedAtUtc: string;
lastReadMessageId?: string | null;
isMuted: boolean;
};

export type ChannelDto = {
Expand Down
Loading
Loading