Skip to content

Commit aefe46c

Browse files
committed
Remove commented code block
1 parent ce4e8df commit aefe46c

File tree

1 file changed

+0
-7
lines changed
  • backend/functions/src/schema/models/submission

1 file changed

+0
-7
lines changed

backend/functions/src/schema/models/submission/service.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,6 @@ export class SubmissionService extends PaginatedService {
282282
if (recordsCount > 0) {
283283
await sendDiscordMessage(channelMap.subAlerts, {
284284
content: `${recordsCount} submissions - action required`,
285-
/* embeds: [
286-
{
287-
title: `Submission ID ${submissionId}`,
288-
description: await this.generateSubmissionText(submissionId),
289-
color: submissionStatusObject.colorId,
290-
},
291-
], */
292285
components: [
293286
{
294287
type: 1,

0 commit comments

Comments
 (0)