fix(api): 🐛 Properly edit username when asked via API

This commit is contained in:
Jesse Wierzbinski 2024-06-18 18:39:34 -10:00
parent e013362ac4
commit f341f58a73
No known key found for this signature in database

View file

@ -321,6 +321,7 @@ export default (app: Hono) =>
await user.update({
displayName: self.displayName,
username: self.username,
note: self.note,
avatar: self.avatar,
header: self.header,