Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Aug 13, 2024
1 parent 5cb21cf commit dfe9150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export const presets = {

if (options?.preset === 'both') {
affectedTokens.push(target, source)
} if (options?.preset === 'target') {
} else if (options?.preset === 'target') {
affectedTokens.push(target)
} else {
affectedTokens.push(source)
Expand Down

0 comments on commit dfe9150

Please sign in to comment.