Skip to content

Commit ceea649

Browse files
author
Jamie Watts
committed
Fixed attachment actions input property call
1 parent c000679 commit ceea649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webexteamssdk/models/mixins/attachment_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def messageId(self):
7070
@property
7171
def inputs(self):
7272
"""The action's inputs."""
73-
return self._json_data('inputs')
73+
return self._json_data.get('inputs')
7474

7575
@property
7676
def created(self):

0 commit comments

Comments
 (0)