Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Jul 28, 2020
1 parent 5091be5 commit 4f3d0fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ export const createExceptionListItemRoute = (router: IRouter): void => {
statusCode: 500,
});
}
// Unnecessary since validatedItems comes from exceptionListItems which is already checked for null, but
// typescript fails to detect that
// Unnecessary since validatedItems comes from exceptionListItems which is already
// checked for null, but typescript fails to detect that
if (validatedItems == null) {
await exceptionLists.deleteExceptionListItemById({
id: createdList.id,
Expand Down

0 comments on commit 4f3d0fc

Please sign in to comment.