Skip to content

Commit e08c722

Browse files
author
John Doe
committed
fix: lint
1 parent 749cf54 commit e08c722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/src/lib/user-timing-extensibility-api-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ export function setupTracks<
229229
dataType: dataTypeTrackEntry,
230230
}),
231231
}),
232+
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
232233
{} as Record<keyof T, ActionTrack>,
233234
) as Record<keyof T, ActionTrack>;
234235
}

0 commit comments

Comments
 (0)