Skip to content

Add console log for entity terms retrieval#7186

Merged
kkartunov merged 1 commit intomasterfrom
kkartunov-patch-3
Feb 26, 2026
Merged

Add console log for entity terms retrieval#7186
kkartunov merged 1 commit intomasterfrom
kkartunov-patch-3

Conversation

@kkartunov
Copy link
Collaborator

Added console log for debugging terms retrieval.

Added console log for debugging terms retrieval.
@kkartunov kkartunov requested a review from jmgasper as a code owner February 26, 2026 12:27
@kkartunov kkartunov merged commit 9a4ae93 into master Feb 26, 2026
5 of 6 checks passed
const mockAgreedArray = mockAgreed ? Array(10 + 1).join('1').split('').map(() => true) : [];

// eslint-disable-next-line no-console
console.log()('Getting terms for entity', entity, 'with mockAgreed', mockAgreed, 'and mockAgreedArray', mockAgreedArray, 'tokens', tokens);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The console.log() statement has a syntax error due to an extra pair of parentheses. It should be console.log('Getting terms for entity', entity, 'with mockAgreed', mockAgreed, 'and mockAgreedArray', mockAgreedArray, 'tokens', tokens);.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant