Skip to content

Commit

Permalink
[isIntegrationAvailable] Fixed an issue with raw-response (#35787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhw authored Aug 7, 2024
1 parent c4864f0 commit 0c88fd4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_15_45.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### IsIntegrationAvailable

Fixed an issue where the script would return an error when the *raw-response* argument was provided.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function isIntegrationAvailable(brandName, allInstances) {

return {
'Type': entryTypes['note'],
'ContentsFormat': formats['json'],
'ContentsFormat': formats['text'],
'Contents': readableOutput,
'HumanReadable': readableOutput,
'EntryContext': {'brandInstances': brandInstances}
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.15.44",
"currentVersion": "1.15.45",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 0c88fd4

Please sign in to comment.