Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Oct 1, 2023
1 parent e4220ba commit 30d1285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/admin/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const handler: Handlers<User | null> = {
case 'rename_school': {
// Rename School
await kv.set(['schools', data.schoolId], {
schoolId,
schoolId: data.schoolId,
schoolName: data.newName,
})
return jsonResp({
Expand Down

0 comments on commit 30d1285

Please sign in to comment.