Skip to content

Commit

Permalink
chore(deps): update dependency @biomejs/biome to v1.6.3 (#62)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @biomejs/biome to v1.6.3

* style: apply biome

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: risu729 <[email protected]>
  • Loading branch information
renovate[bot] and risu729 authored Mar 26, 2024
1 parent 85e6997 commit 0df13da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"normalize-url": "8.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@biomejs/biome": "1.6.3",
"@tsconfig/bun": "1.0.4",
"@tsconfig/strictest": "2.0.4",
"@types/bun": "1.0.11",
Expand Down
2 changes: 1 addition & 1 deletion src/embeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const updateEmbedsMessage = async (
isNewlyCreated
? undefined
: // retry twice because the old embeds might not be sent yet when the source is updated in quick succession
retrieveOldEmbedsMessage(sourceMessage, 2),
retrieveOldEmbedsMessage(sourceMessage, 2),
createEmbedsMessage(
fileIds.map(({ fileId }) => fileId),
sourceMessage.id,
Expand Down

0 comments on commit 0df13da

Please sign in to comment.