Skip to content

Commit

Permalink
Last fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
adcoelho committed Sep 12, 2023
1 parent d40a3cf commit 00c3e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/cases/server/services/cases/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export function transformSavedObjectToExternalModel(
const category = !caseSavedObjectAttributes.category ? null : caseSavedObjectAttributes.category;
const customFields = !caseSavedObjectAttributes.customFields
? []
: (caseSavedObjectAttributes.customFields as unknown as CaseCustomFields);
: (caseSavedObjectAttributes.customFields as CaseCustomFields);

return {
...caseSavedObject,
Expand Down

0 comments on commit 00c3e33

Please sign in to comment.