We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f4070 commit 9c635e7Copy full SHA for 9c635e7
1 file changed
src/commands/protocols/get/sender/get-command.js
@@ -533,7 +533,7 @@ class GetCommand extends Command {
533
contentType,
534
) {
535
if (responseData?.assertion?.public) {
536
- // We can only validate whole collection not particular KA
+ // We can only validate whole collection not particular Knowledge Asset
537
if (
538
!knowledgeAssetId ||
539
(typeof knowledgeAssetId === 'object' &&
0 commit comments