Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
masam0 committed Jul 21, 2021
1 parent bcb6cdf commit 23148bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/figma-notification.ts
Expand Up @@ -96,7 +96,7 @@ const handleFileCommentEvent = (client, event) => {
client.chat.postMessage({
channel: FIGMA_EVENT_POST_CHANNEL,
text: `
:figma: コメント (${event.triggered_by.handle}さん):
:figma: ${event.triggered_by.handle}
${comment.map(comment => Object.values(comment)).flat().join(" ")}
Expand All @@ -110,7 +110,7 @@ const handleFileVersionUpdateEvent = (client, event) => {
client.chat.postMessage({
channel: FIGMA_EVENT_POST_CHANNEL,
text: `
:figma: バージョン更新 (${event.triggered_by.handle}さん):
:figma: バージョン更新${event.triggered_by.handle}):
${url}
`
Expand Down

0 comments on commit 23148bb

Please sign in to comment.