Skip to content

Commit

Permalink
Use correct key for Contents (#1408) (#1420)
Browse files Browse the repository at this point in the history
Co-authored-by: Mika Luhta <[email protected]>
  • Loading branch information
JudahSchwartz and mluhta authored Nov 21, 2023
1 parent e07feba commit 4b5c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/code-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ demisto.results(
{
'Type': EntryType.NOTE,
'ContentsFormat': EntryFormat.TEXT,
'Content': res,
'Contents': res,
'HumanReadable': 'Submitted file is being analyzed.',
'ReadableContentsFormat': EntryFormat.MARKDOWN,
'EntryContext': entry_context,
Expand Down

0 comments on commit 4b5c434

Please sign in to comment.