Skip to content

Commit 172cf4e

Browse files
test debug CI
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 8725b7c commit 172cf4e

File tree

1 file changed

+1
-0
lines changed
  • libs/providers/go-feature-flag/src/lib/service

1 file changed

+1
-0
lines changed

libs/providers/go-feature-flag/src/lib/service/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export class GoFeatureFlagApi {
214214
const goffResp = JSON.parse(body) as FlagConfigResponse;
215215
result.evaluationContextEnrichment = goffResp.evaluationContextEnrichment || {};
216216
result.flags = goffResp.flags || {};
217+
console.log('result.flags', result.flags);
217218
} catch (error) {
218219
this.logger?.warn(`Failed to parse flag configuration response: ${error}. Response body: "${body}"`);
219220
// Return the default result with empty flags and enrichment

0 commit comments

Comments
 (0)