We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c33c36 commit 50ecf05Copy full SHA for 50ecf05
src/assignment-logger.ts
@@ -50,7 +50,7 @@ export interface IAssignmentEvent {
50
metaData?: Record<string, unknown>;
51
52
/**
53
- * The flag evaluation details
+ * The flag evaluation details. Null if the flag was precomputed.
54
*/
55
evaluationDetails: IFlagEvaluationDetails | null;
56
}
0 commit comments