diff options
Diffstat (limited to 'src/server/api/openapi')
| -rw-r--r-- | src/server/api/openapi/schemas.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/api/openapi/schemas.ts b/src/server/api/openapi/schemas.ts index 7b9dc35f27..70a0d6faf0 100644 --- a/src/server/api/openapi/schemas.ts +++ b/src/server/api/openapi/schemas.ts @@ -392,7 +392,8 @@ export const schemas = { 'angry', 'confused', 'rip', - 'pudding' + 'pudding', + 'star' ], description: 'The reaction type.' }, |