chore(backend): removed extra unneeded property to pagination

This commit is contained in:
Matt Kilgore
2024-06-22 16:15:22 -04:00
parent 8a57ca41bf
commit 30abdd4d36
4 changed files with 7 additions and 12 deletions

View File

@@ -1683,14 +1683,12 @@
"parameters": [
{
"type": "string",
"example": "admin@admin.com",
"description": "string",
"name": "username",
"in": "formData"
},
{
"type": "string",
"example": "admin",
"description": "string",
"name": "password",
"in": "formData"
@@ -2711,8 +2709,8 @@
"total": {
"type": "integer"
},
"updatedAt": {
"type": "string"
"totalPrice": {
"type": "number"
}
}
},