Commit 2fcd3068 authored by Robert Knight's avatar Robert Knight

Remove obsolete `@ts-ignore`

parent 6b304bd4
......@@ -83,7 +83,6 @@ export class RouterService {
case 'annotation':
{
const id = params.id;
// @ts-ignore - TS doesn't know what properties `queryParams` has.
delete queryParams.id;
url = `/a/${id}`;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment