Skip to content

Commit

Permalink
fix: no need to hash the dict
Browse files Browse the repository at this point in the history
  • Loading branch information
wphyojpl committed Sep 16, 2022
1 parent 9d70077 commit fc188a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def execute_creation(self):
return {
'statusCode': 500,
'body': json.dumps({
'message': {creation_result}
'message': creation_result
})
}
rule_creation_result = self.__cumulus_collection_query.create_sqs_rules(
Expand Down

0 comments on commit fc188a1

Please sign in to comment.