Fix mime type
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
b000d5119a
commit
c7da0866ef
@ -46,6 +46,6 @@ export class ImageService {
|
||||
}
|
||||
|
||||
blobToFile(blob:Blob, filename:string):File {
|
||||
return new File([blob],filename);
|
||||
return new File([blob],filename,{type:blob.type});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user