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,
|
productionUrl: body.productionUrl ?? null,
|
||||||
canvasJson: body.canvasJson,
|
canvasJson: body.canvasJson,
|
||||||
metadata: body.metadata ?? {},
|
metadata: body.metadata ?? {},
|
||||||
updatedAt: new Date().toISOString(),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user