oops
This commit is contained in:
parent
30208ea71a
commit
ad750cec49
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ export class TestAPI extends APIModel {
|
|||
}
|
||||
|
||||
|
||||
async getById(item: MediaTypeModel): Promise<MediaTypeModel> {
|
||||
async getById(id: string): Promise<MediaTypeModel> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue