Skip to content

Commit

Permalink
maintenance: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Aug 11, 2023
1 parent fc6537c commit 6b634bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/internal/cdn_http_endpoints.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ abstract class ICdnHttpEndpoints {
}

class CdnHttpEndpoints implements ICdnHttpEndpoints {
String _makeAnimatedCdnUrl(ICdnHttpRoute fragment, String hash, {String format = 'webp', int? size, bool animated = true}) {
String _makeAnimatedCdnUrl(ICdnHttpRoute fragment, String hash, {String format = 'webp', int? size, bool animated = false}) {
final isAnimated = animated && hash.startsWith('a_');

return _makeCdnUrl(fragment, format: format, size: size, animated: isAnimated);
Expand Down

0 comments on commit 6b634bf

Please sign in to comment.