We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04a3f0 commit 3558d0dCopy full SHA for 3558d0d
libs/providers/ofrep-web/src/lib/ofrep-web-provider.ts
@@ -299,7 +299,7 @@ export class OFREPWebProvider implements Provider {
299
if (typeof resolved.value !== type) {
300
return {
301
value: defaultValue,
302
- flagMetadata: this._flagSetMetadataCache,
+ flagMetadata: resolved.flagMetadata,
303
reason: StandardResolutionReasons.ERROR,
304
errorCode: ErrorCode.TYPE_MISMATCH,
305
errorMessage: ErrorMessageMap[ErrorCode.TYPE_MISMATCH],
0 commit comments