StockLogEntry Property is date instead of date-time (#1617)

This commit is contained in:
Sebastian Ecker
2021-09-17 16:22:26 +02:00
committed by GitHub
parent 305f846dbf
commit 5563e7ed4c

View File

@@ -5120,7 +5120,7 @@
},
"used_date": {
"type": "string",
"format": "date-time"
"format": "date"
},
"spoiled": {
"type": "boolean",