Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-weisberg-qz committed Aug 21, 2024
1 parent 5b124a1 commit cbd4829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1813,13 +1813,11 @@ ${JSON.stringify(error.err)}
${diff
? `
<details>
\`\`\`diff
${diff}
\`\`\`
</details>
`
: ''}
---
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,11 @@ ${JSON.stringify(error.err)}
${
diff
? `
<details>
\`\`\`diff
${diff}
\`\`\`
</details>
`
: ''
}
Expand Down

0 comments on commit cbd4829

Please sign in to comment.