mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix eslint issues (#9017)
This commit is contained in:
@@ -208,7 +208,7 @@ export namespace NetworkAgent {
|
||||
}
|
||||
|
||||
function mimeTypeToType(mimeType: string): string {
|
||||
let type: string = 'Document';
|
||||
let type = 'Document';
|
||||
|
||||
if (mimeType) {
|
||||
if (mimeType.indexOf('image') === 0) {
|
||||
|
||||
Reference in New Issue
Block a user