Skip to content

Commit 30c4426

Browse files
committed
chore: run prettier
1 parent c141f8a commit 30c4426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/moderation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export class Moderation {
198198
entityID: string,
199199
entityType: string,
200200
attachments: string[],
201-
channelCID: "",
201+
channelCID: '',
202202
options: AppealOptions = {},
203203
) {
204204
return await this.client.post<AppealResponse>(
@@ -208,7 +208,7 @@ export class Moderation {
208208
entity_id: entityID,
209209
entity_type: entityType,
210210
attachments,
211-
channel_cid: channelCID,
211+
channel_cid: channelCID,
212212
...options,
213213
},
214214
);

0 commit comments

Comments
 (0)