Skip to content

Commit fc188a1

Browse files
committed
fix: no need to hash the dict
1 parent 9d70077 commit fc188a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cumulus_lambda_functions/cumulus_collections_dapa/cumulus_create_collection_dapa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def execute_creation(self):
3434
return {
3535
'statusCode': 500,
3636
'body': json.dumps({
37-
'message': {creation_result}
37+
'message': creation_result
3838
})
3939
}
4040
rule_creation_result = self.__cumulus_collection_query.create_sqs_rules(

0 commit comments

Comments
 (0)