Skip to content

Commit

Permalink
Revert "Add null to LDEvaluationDetail.reason type (#31)"
Browse files Browse the repository at this point in the history
This reverts commit bcb1573.
  • Loading branch information
bwoskow-ld committed Oct 16, 2020
1 parent bcb1573 commit 6c26507
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,8 @@ declare module 'launchdarkly-js-sdk-common' {

/**
* An object describing the main factor that influenced the flag evaluation value.
* Will be `null` if `[[LDOptions.evaluationReasons]]` is `false`.
*/
reason: LDEvaluationReason | null;
reason: LDEvaluationReason;
}

/**
Expand Down

0 comments on commit 6c26507

Please sign in to comment.