Skip to content

Commit

Permalink
fix(ios): fix asset catalog regression (#13501)
Browse files Browse the repository at this point in the history
See #13484 for details
  • Loading branch information
hansemannn committed Jul 14, 2022
1 parent 78280d4 commit 48208e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/lib/gather.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@ class Categorizer {
results.imageAssets.set(relPath, info);
return;
}
} else {
results.imageAssets.set(relPath, info);
return;
}
}
// fall through to lump with JPG...
Expand Down

0 comments on commit 48208e3

Please sign in to comment.