2
0

🗃️ Remove updatedAt field from Result

This commit is contained in:
Baptiste Arnaud
2023-03-07 15:51:44 +01:00
parent b77e2c8d2c
commit 2788d58e50
6 changed files with 41 additions and 8 deletions

View File

@ -1133,10 +1133,6 @@
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
},
"typebotId": {
"type": "string"
},
@ -1188,7 +1184,6 @@
"required": [
"id",
"createdAt",
"updatedAt",
"typebotId",
"variables",
"isCompleted",