style: fix linting issues met Prettier
This commit is contained in:
parent
8e00fa53f0
commit
61424e1ea2
7 changed files with 13 additions and 14 deletions
|
@ -4,7 +4,7 @@ import {
|
|||
deleteSubmission,
|
||||
getAllSubmissions,
|
||||
getSubmission,
|
||||
getSubmissionsForLearningObjectAndAssignment
|
||||
getSubmissionsForLearningObjectAndAssignment,
|
||||
} from '../services/submissions.js';
|
||||
import { SubmissionDTO } from '@dwengo-1/common/interfaces/submission';
|
||||
import { Language, languageMap } from '@dwengo-1/common/util/language';
|
||||
|
@ -28,7 +28,6 @@ export async function getSubmissionsHandler(req: Request, res: Response): Promis
|
|||
res.json(submissions);
|
||||
}
|
||||
|
||||
|
||||
export async function getSubmissionHandler(req: Request, res: Response): Promise<void> {
|
||||
const lohruid = req.params.hruid;
|
||||
const lang = languageMap[req.query.language as string] || Language.Dutch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue