fix(server): Allow negative rating (for rejected images) ()

Allow negative rating (for rejected images)
This commit is contained in:
Christian Kündig 2025-01-28 04:54:29 +01:00 committed by GitHub
commit fe1e09e51f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 31 additions and 6 deletions

View file

@ -7951,7 +7951,7 @@
},
"rating": {
"maximum": 5,
"minimum": 0,
"minimum": -1,
"type": "number"
}
},
@ -12780,7 +12780,7 @@
},
"rating": {
"maximum": 5,
"minimum": 0,
"minimum": -1,
"type": "number"
}
},