Skip to content

Commit

Permalink
Remove useless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Sep 21, 2021
1 parent 8b96641 commit 03e9ae1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ export const createMonitorListRoute: UMRestApiRouteFactory = (libs) => ({
pageSize,
filters,
query,
// this is added to make typescript happy,
// this sort of reassignment used to be further downstream but I've moved it here
// because this code is going to be decomissioned soon
statusFilter: statusFilter || undefined,
statusFilter,
});

return result;
Expand Down

0 comments on commit 03e9ae1

Please sign in to comment.