We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fd9e2 commit fe9700bCopy full SHA for fe9700b
delta_backend/src/delta.py
@@ -84,7 +84,7 @@ def handler(event, context):
84
"SupplierSystem": supplier_system,
85
"DateTimeStamp": approximate_creation_time.isoformat(),
86
"Source": delta_source,
87
- "Imms": flat_json,
+ "Imms": str(flat_json),
88
"ExpiresAt": expiry_time_epoch,
89
}
90
)
0 commit comments