Skip to content

Commit 5ce9086

Browse files
committed
fix it
1 parent 866cf52 commit 5ce9086

File tree

1 file changed

+1
-1
lines changed
  • packages/slackBotFunction/app/services

1 file changed

+1
-1
lines changed

packages/slackBotFunction/app/services/dynamo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def get_state_information(key):
66
table.get_item(Key=key)
77

88

9-
def store_state_information(item, condition):
9+
def store_state_information(item, condition=None):
1010
table = get_slack_bot_state_table()
1111
if condition:
1212
table.put_item(Item=item, ConditionExpression=condition)

0 commit comments

Comments
 (0)