Skip to content

Commit

Permalink
Code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Mar 5, 2024
1 parent 526cf37 commit 5226237
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MoppApp/MoppApp/MimeTypeExtractor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ class MimeTypeExtractor {

public static func getMimeTypeFromContainer(filePath: URL) -> String {

let isCades = isCadesContainer(filePath: filePath)

var mimetype: String = ""

if isZipFile(filePath: filePath) {
Expand Down

0 comments on commit 5226237

Please sign in to comment.