From 9cd1a3acac25d6a466982cd6e49d0c5b16d3fe9f Mon Sep 17 00:00:00 2001 From: Kodemon Date: Wed, 17 May 2023 16:38:06 +0900 Subject: [PATCH] chore(slack): fix typo in offer notification --- src/Services/Notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Notification.ts b/src/Services/Notification.ts index 22ebabe..99cb9a3 100644 --- a/src/Services/Notification.ts +++ b/src/Services/Notification.ts @@ -76,7 +76,7 @@ export async function sendOfferNotification({ offer, order }: Offer) { type: "section", text: { type: "mrkdwn", - text: `A new offer was just added for .`, + text: `A new offer was just added for .`, }, }, {