Skip to content

Commit 778f172

Browse files
committed
refactor
1 parent 7e8ae74 commit 778f172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/settings/asset_type.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AssetType {
3030
}
3131
}
3232

33-
bool get isJson => mime == 'application/json';
33+
bool get isUnKnownMime => mime == null;
3434

3535
String get baseName => basenameWithoutExtension(_path);
3636

0 commit comments

Comments
 (0)