Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Nov 16, 2022
1 parent 30ecbd8 commit f45ba09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const getImportExceptionsListItemSchemaDecodedMock = (
): ImportExceptionListItemSchemaDecoded => ({
...getImportExceptionsListItemSchemaMock(itemId, listId),
comments: [],
expire_time: undefined,
meta: undefined,
namespace_type: 'single',
os_types: [],
Expand Down

0 comments on commit f45ba09

Please sign in to comment.