fix: admin courses

This commit is contained in:
sajjadtalkhabi
2026-05-27 14:47:19 +03:30
parent 7eb2984f5e
commit cb86920015
50 changed files with 787 additions and 649 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ register('GET', endpoints.me, () => ({
data: currentMe,
}))
register('PUT', endpoints.updateProfile, ({ data }) => {
register('PATCH', endpoints.updateProfile, ({ data }) => {
Object.assign(currentMe, {
name: data.name ?? currentMe.name,
email: data.email ?? currentMe.email,