Skip to content

Commit

Permalink
Merge pull request #588 from desci-labs/fix/olt
Browse files Browse the repository at this point in the history
fix one last thing
  • Loading branch information
shadrach-tayo authored Oct 22, 2024
2 parents 67ae7fa + f5782a5 commit 564243d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion desci-server/src/controllers/doi/mint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export const handleCrossrefNotificationCallback = async (

// send discord notification
discordNotify({
type: DiscordNotifyType.SUCCESS,
channel: DiscordChannel.DoiMinting,
type: DiscordNotifyType.ERROR,
title: 'DOI Registration Inconclusive ❌',
message: `Check ${req.payload.retrieveUrl} for more details. Node: ${targetDpidUrl}/${submission.dpid}`,
});
Expand Down

0 comments on commit 564243d

Please sign in to comment.