Skip to content

Commit 5bbcb17

Browse files
committed
Notification -> Notifications
1 parent 744d56d commit 5bbcb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Share/BackgroundJobs/Webhooks/Worker.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ instance ToJSON (MessageContent 'Slack) where
252252
instance ToJSON (MessageContent 'Discord) where
253253
toJSON MessageContent {preText, content, title, mainLink, authorName, authorLink, authorAvatarUrl, thumbnailUrl, timestamp} =
254254
Aeson.object
255-
[ "username" .= ("Share Notification" :: Text),
255+
[ "username" .= ("Share Notifications" :: Text),
256256
"avatar_url" .= Links.unisonLogoImage,
257257
"content" .= preText,
258258
"embeds"

0 commit comments

Comments
 (0)