Skip to content

Commit

Permalink
chore(slack): fix typo in offer notification
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemon committed May 17, 2023
1 parent 6b48824 commit 9cd1a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export async function sendOfferNotification({ offer, order }: Offer) {
type: "section",
text: {
type: "mrkdwn",
text: `A new offer was just added for <https://sado.infura-ipfs.io/ipfs/${order.cid} | order.cid >.`,
text: `A new offer was just added for <https://sado.infura-ipfs.io/ipfs/${order.cid}|order>.`,
},
},
{
Expand Down

0 comments on commit 9cd1a3a

Please sign in to comment.