Skip to content

Commit

Permalink
#785_3 fix content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Nov 16, 2023
1 parent 2cefd40 commit c659f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/au/org/ala/profile/hub/Utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class Utils {
result = 'application/octet-stream'
}
}
return result
}

static String getExtension(String fileName) {
Expand Down

0 comments on commit c659f1c

Please sign in to comment.