fix(NA): typecheck error

This commit is contained in:
Tiago Costa 2023-10-18 20:15:05 +01:00
parent 1416ff5a13
commit 8359bad7ec
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -42,6 +42,8 @@ const logger = {
const mockNow = new Date('2023-09-20T15:11:04.105Z');
const STARTED_AT_MOCK_DATE = new Date();
const mockOptions = {
executionId: '',
startedAt: mockNow,