fix: remove updatedAt field from design payload
This commit is contained in:
@@ -39,7 +39,6 @@ export default defineEventHandler(async (event) => {
|
||||
productionUrl: body.productionUrl ?? null,
|
||||
canvasJson: body.canvasJson,
|
||||
metadata: body.metadata ?? {},
|
||||
updatedAt: new Date().toISOString(),
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user