Skip to content

Commit 66d0c16

Browse files
authored
Merge pull request #103 from jwa1/master
Fixed attachment actions input property call
2 parents 0c6950b + ceea649 commit 66d0c16

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)