Skip to content

Commit

Permalink
FIX lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Feb 20, 2022
1 parent f98480b commit 2c79ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/pages/core/admin/Autograde/Results.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ export default function Results() {
color={'primary'}
variant={'contained'}
onClick={() => downloadTextFile(
`anubis-autograde-${assignment?.course_id}-${assignment?.name}-${nonStupidDatetimeFormat(new Date())}.json`,
`anubis-autograde-${assignment?.course_id}-${assignment?.name}` +
`-${nonStupidDatetimeFormat(new Date())}.json`,
JSON.stringify(stats),
'application/json',
)}
Expand Down

0 comments on commit 2c79ffd

Please sign in to comment.