Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 23, 2024
1 parent 3a1c15f commit fbe36d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
sequentialRead: true,
unlimited: true,
animated:
// biome-ignore lint/nursery/noUselessTernary:
format === "webp" || format === "gif"
? true
: false,
Expand Down

0 comments on commit fbe36d3

Please sign in to comment.