Skip to content

Commit fe9700b

Browse files
committed
Changes for flat file
1 parent 48fd9e2 commit fe9700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delta_backend/src/delta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def handler(event, context):
8484
"SupplierSystem": supplier_system,
8585
"DateTimeStamp": approximate_creation_time.isoformat(),
8686
"Source": delta_source,
87-
"Imms": flat_json,
87+
"Imms": str(flat_json),
8888
"ExpiresAt": expiry_time_epoch,
8989
}
9090
)

0 commit comments

Comments
 (0)