Skip to content

Commit

Permalink
🔒 deps: Update lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jun 4, 2024
1 parent 5377aef commit a675676
Show file tree
Hide file tree
Showing 2 changed files with 2,663 additions and 6,692 deletions.
1 change: 0 additions & 1 deletion imports/api/createTagCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ const createTagCollection = <

if (problem !== null) {
throw new Error(
// eslint-disable-next-line @typescript-eslint/no-base-to-string
`Cannot rename ${key} from ${oldname} to ${newname} because parent ${problem._id} already has both.`,
);
}
Expand Down
Loading

0 comments on commit a675676

Please sign in to comment.