mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 05:25:44 +01:00
eslint fixes
This commit is contained in:
@@ -152,7 +152,6 @@ export function getContentType(url: string, state: any) {
|
||||
return apiClient
|
||||
.head(url)
|
||||
.then(response => {
|
||||
console.log(response.headers.get("Content-Type"));
|
||||
return { type: response.headers.get("Content-Type") };
|
||||
})
|
||||
.catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user