eslint fixes

This commit is contained in:
Maren Süwer
2018-10-29 13:42:56 +01:00
parent 7734b68d0b
commit a9d7cceb22
11 changed files with 9 additions and 36 deletions

View File

@@ -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 => {