Skip to content

Commit 69c0fa2

Browse files
committed
Fix type error
1 parent 037c6fa commit 69c0fa2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • x-pack/platform/plugins/shared/cases/server/client/cases

x-pack/platform/plugins/shared/cases/server/client/cases/push.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ export const push = async (
241241
updatedAt: pushedDate,
242242
createdAt: theCase.created_at,
243243
inProgressAt: theCase.in_progress_at,
244-
timeToAcknowledge: theCase.time_to_acknowledge,
245-
timeToInvestigate: theCase.time_to_investigate,
246-
timeToResolve: theCase.time_to_resolve,
247244
})
248245
: {}),
249246
external_service: externalService,

0 commit comments

Comments
 (0)