Skip to content

Commit 9c40689

Browse files
Automatically update staging NodeJS SDK
1 parent d7b7514 commit 9c40689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/types/PointsTrigger.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export interface PointsTrigger {
2121
timeUnit?: TrophyApi.PointsTriggerTimeUnit;
2222
/** If the trigger has type 'time', the numer of units of timeUnit after which to award points */
2323
timeInterval?: number;
24-
/** If the trigger has type 'metric', the event attributes that must match for the trigger to award points. Null when the trigger is metric-based and has no event attribute filters. Omitted for non-metric triggers. */
24+
/** If the trigger has type 'metric', the event attributes that must match for the trigger to award points. Empty when the trigger is metric-based and has no event attribute filters. Omitted for non-metric triggers. */
2525
eventAttributes?: TrophyApi.PointsTriggerEventAttributesItem[];
2626
}

0 commit comments

Comments
 (0)