Skip to content

Commit 50ecf05

Browse files
committed
Comment for why eval details can be null
1 parent 6c33c36 commit 50ecf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assignment-logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface IAssignmentEvent {
5050
metaData?: Record<string, unknown>;
5151

5252
/**
53-
* The flag evaluation details
53+
* The flag evaluation details. Null if the flag was precomputed.
5454
*/
5555
evaluationDetails: IFlagEvaluationDetails | null;
5656
}

0 commit comments

Comments
 (0)