Skip to content

Commit

Permalink
tidy up some build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Dec 12, 2024
1 parent 8e181cb commit e7d69c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import type {
ChannelIdentifier,
FreezeCommunityResponse,
UnfreezeCommunityResponse,
SlashCommandPermissions,
} from "openchat-shared";
import { CandidService } from "../candidService";
import {
Expand Down Expand Up @@ -70,11 +69,6 @@ import {
GroupIndexUnfreezeGroupResponse,
} from "../../typebox";
import { principalStringToBytes } from "../../utils/mapping";
import {
apiChatPermission,
apiCommunityPermission,
apiMessagePermission,
} from "../common/chatMappersV2";

export class GroupIndexClient extends CandidService {
constructor(identity: Identity, agent: HttpAgent, canisterId: string) {
Expand Down
1 change: 0 additions & 1 deletion frontend/openchat-agent/src/services/user/user.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ import {
import {
apiCommunityPermissions,
apiGroupPermissions,
apiMaybeAccessGate,
apiMessageContent,
editMessageResponse,
apiPendingCryptocurrencyWithdrawal,
Expand Down
2 changes: 1 addition & 1 deletion frontend/openchat-shared/src/domain/permission.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ChatIdentifier, MessageContext, VideoCallType } from "./chat";
import type { MessageContext, VideoCallType } from "./chat";
import type { OptionUpdate } from "./optionUpdate";

export const allRoles = ["none", "owner", "admin", "moderator", "member"] as const;
Expand Down

0 comments on commit e7d69c9

Please sign in to comment.