style: fix linting issues met Prettier
This commit is contained in:
parent
8c7d5e965c
commit
e1e8d475f4
2 changed files with 1 additions and 2 deletions
|
@ -5,4 +5,3 @@
|
|||
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';
|
||||
export const FALLBACK_LANG = 'nl';
|
||||
export const FALLBACK_SEQ_NUM = 1;
|
||||
|
||||
|
|
|
@ -143,4 +143,4 @@ export async function getStudentSubmissionsHandler(req: Request, res: Response):
|
|||
res.json({
|
||||
submissions: submissions,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue