Skip to content

Commit

Permalink
add missing return jsdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr committed Jan 3, 2025
1 parent 413e962 commit e12b784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/shared/flagd-core/src/lib/flagd-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export class FlagdCore implements Storage {
* Resolve the flag evaluation for all enabled flags.
* @param evalCtx - The evaluation context to be used for targeting.
* @param logger - The logger to be used to troubleshoot targeting errors. Overrides the default logger.
* @returns - The list of evaluation details for all enabled flags.
*/
resolveAll(evalCtx: EvaluationContext = {}, logger: Logger = this._logger): EvaluationDetails<JsonValue>[] {
const values: EvaluationDetails<JsonValue>[] = [];
Expand Down

0 comments on commit e12b784

Please sign in to comment.