Skip to content

Commit

Permalink
fix: header size
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Mar 29, 2024
1 parent dfee99d commit 80ebc67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/workers/discordReview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ const worker = new Worker(
try {
discord.sendMessageToChannel(discord.channelId, {
content: `Ny företagsdata behöver manuell hantering:
${parsedJson.companyName}
# ${parsedJson.companyName}
${job.data.url}
> ## Tolkad data:
## Tolkad data:
\`${summary}\`
> ## Scope 3:
## Scope 3:
\`${scope3}\`
${
parsedJson.reviewComment
Expand Down

0 comments on commit 80ebc67

Please sign in to comment.