Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 6f7c04c on branch refs/heads/issue-6118
  • Loading branch information
grantfitzsimmons authored and github-actions[bot] committed Jan 27, 2025
1 parent 6f7c04c commit e93c040
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export function SwitchCollectionCommand(): null {
body: collectionId!.toString(),
errorMode: 'dismissible',
})
.then(clearAllCache)
.then(() => globalThis.location.replace(nextUrl)),
.then(clearAllCache)
.then(() => globalThis.location.replace(nextUrl)),
[collectionId, nextUrl]
),
true
Expand Down

0 comments on commit e93c040

Please sign in to comment.