Skip to content

Commit

Permalink
fix(nms): Remove non-existing parameter (#13534)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schmitt <thomas.schmitt@tngtech.com>
  • Loading branch information
thmsschmitt committed Aug 9, 2022
1 parent d1fd166 commit 4ddce50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nms/app/views/events/EventsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ async function handleEventQuery(
streams: streams,
hwIds: hardwareId,
tags: tags,
// TODO[ts-migration] "from" does not appear in API
// @ts-ignore
from,
start: start.toISOString(),
end: end.toISOString(),
...filters,
Expand Down

0 comments on commit 4ddce50

Please sign in to comment.