Skip to content

Commit e12b784

Browse files
committed
add missing return jsdoc
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 413e962 commit e12b784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/shared/flagd-core/src/lib/flagd-core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export class FlagdCore implements Storage {
114114
* Resolve the flag evaluation for all enabled flags.
115115
* @param evalCtx - The evaluation context to be used for targeting.
116116
* @param logger - The logger to be used to troubleshoot targeting errors. Overrides the default logger.
117+
* @returns - The list of evaluation details for all enabled flags.
117118
*/
118119
resolveAll(evalCtx: EvaluationContext = {}, logger: Logger = this._logger): EvaluationDetails<JsonValue>[] {
119120
const values: EvaluationDetails<JsonValue>[] = [];

0 commit comments

Comments
 (0)