tenderly-actions icon indicating copy to clipboard operation
tenderly-actions copied to clipboard

`alertId` in `TransactionEvent` can be `null`

Open edag94 opened this issue 3 years ago • 1 comments

AlertId returns null for an AlertEvent from this tx hash: 0x91b64b7935b98366381c33a519655b3d769f0a7b054011828387fe6ca08fbb98

edag94 avatar Mar 09 '22 23:03 edag94

It's possible that AlertId isn't an optional property, in which case the property should be

{
  // ...
  alertId: string | null
}

edag94 avatar Mar 09 '22 23:03 edag94