Skip to content

Commit c81ca62

Browse files
committed
up
1 parent 2c8f4af commit c81ca62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/notification_center/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type ActivateListenerPayload = UserEventListenerPayload & {
4242

4343
export type TrackListenerPayload = UserEventListenerPayload & {
4444
eventKey: string;
45-
eventTags: EventTags;
45+
eventTags?: EventTags;
4646
logEvent: LogEvent;
4747
}
4848

0 commit comments

Comments
 (0)