fix: consistente naamgeving
This commit is contained in:
parent
037763a810
commit
3b71c80be6
11 changed files with 17 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Request, Response } from 'express'
|
||||
import { getAssignment } from '../services/assignments';
|
||||
|
||||
// typescript is annoywith with parameter forwarding from class.ts
|
||||
// typescript is annoywith with parameter forwarding from classes.ts
|
||||
interface AssignmentParams {
|
||||
classid: string;
|
||||
id: string;
|
||||
|
@ -27,4 +27,4 @@ export async function getAssignmentHandler(
|
|||
}
|
||||
|
||||
res.json(assignment);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue