Skip to content
Snippets Groups Projects
Commit be4f4a9a authored by Ole Langbehn's avatar Ole Langbehn
Browse files

fix typescript errors

parent 4c23f90c
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ const fetchPage =
const fetchResult = await fetch(url)
const resultJson = await fetchResult.json()
return resultJson
} catch (err) {
} catch (err: any) {
logger.error('fetching articles failed: ' + err.message)
throw err
} finally {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment