Skip to content

Commit

Permalink
fix: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
swh00tw committed Dec 4, 2024
1 parent 6074bf0 commit f814ecc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export class SubscriptionController {

/* Development only */
@ApiOperation({
summary: "[Dev only] Send weekly digest slack to the designated user.",
summary:
"[Dev only] Send slack weekly digest slack to the designated user.",
description: "This endpoint is for development only.",
})
@ApiCreatedResponse()
Expand Down Expand Up @@ -91,7 +92,8 @@ export class SubscriptionController {
}

@ApiOperation({
summary: "[Dev only] Send weekly digest slack to the designated user.",
summary:
"[Dev only] Send email weekly digest slack to the designated user.",
description: "This endpoint is for development only.",
})
@ApiCreatedResponse()
Expand Down

0 comments on commit f814ecc

Please sign in to comment.