Skip to content

Commit 9c635e7

Browse files
authored
Update get-command.js
test
1 parent 36f4070 commit 9c635e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/protocols/get/sender/get-command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class GetCommand extends Command {
533533
contentType,
534534
) {
535535
if (responseData?.assertion?.public) {
536-
// We can only validate whole collection not particular KA
536+
// We can only validate whole collection not particular Knowledge Asset
537537
if (
538538
!knowledgeAssetId ||
539539
(typeof knowledgeAssetId === 'object' &&

0 commit comments

Comments
 (0)