summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/games/reversi/match.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/games/reversi/match.ts')
-rw-r--r--src/server/api/endpoints/games/reversi/match.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/api/endpoints/games/reversi/match.ts b/src/server/api/endpoints/games/reversi/match.ts
index 2c4ec2ebd8..55ff9225d9 100644
--- a/src/server/api/endpoints/games/reversi/match.ts
+++ b/src/server/api/endpoints/games/reversi/match.ts
@@ -18,10 +18,6 @@ export const meta = {
params: {
userId: {
validator: $.type(ID),
- desc: {
- 'ja-JP': '対象のユーザーのID',
- 'en-US': 'Target user ID'
- }
},
},