forked from loafle/openapi-generator-original
[swift5] add URLResponse to ErrorResponse (#8267)
* [swift5] add URLResponse to ErrorResponse * [swift] improve unit tests * [swift] improve unit tests
This commit is contained in:
@@ -18,7 +18,7 @@ class FileUtils {
|
||||
let fileURL = documentsDirectory.appendingPathComponent(fileName)
|
||||
guard let data = image.jpegData(compressionQuality: 1) else { return nil }
|
||||
|
||||
//Checks if file exists, removes it if so.
|
||||
// Checks if file exists, removes it if so.
|
||||
deleteFile(fileURL: fileURL)
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user