Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
soggy-mushroom committed Dec 10, 2024
1 parent 4dad1f1 commit f4e3f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/preprints-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const preprintsController = (repo: ArticleRepository) => {
};
} catch (err) {
if ((err as any)?.response?.status !== 404) {
logger.error(err)
logger.error(err);
}
logger.info(`USE_ELIFE_METRICS configured, but request for ${metricsSummaryUrl} return 404`);
}
Expand Down

0 comments on commit f4e3f14

Please sign in to comment.