We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c141f8a commit 30c4426Copy full SHA for 30c4426
src/moderation.ts
@@ -198,7 +198,7 @@ export class Moderation {
198
entityID: string,
199
entityType: string,
200
attachments: string[],
201
- channelCID: "",
+ channelCID: '',
202
options: AppealOptions = {},
203
) {
204
return await this.client.post<AppealResponse>(
@@ -208,7 +208,7 @@ export class Moderation {
208
entity_id: entityID,
209
entity_type: entityType,
210
attachments,
211
- channel_cid: channelCID,
+ channel_cid: channelCID,
212
...options,
213
},
214
);
0 commit comments