update get letter

This commit is contained in:
efrilm
2025-10-22 11:39:40 +07:00
parent 88ad35c5d0
commit 7f67f6db4f
6 changed files with 169 additions and 0 deletions
+2
View File
@@ -2,6 +2,7 @@ package appcontext
import (
"context"
"github.com/google/uuid"
"github.com/sirupsen/logrus"
)
@@ -48,6 +49,7 @@ func NewAppContext(ctx context.Context, info *ContextInfo) context.Context {
"platform": info.Platform,
"device_os": info.DeviceOS,
"user_locale": info.UserLocale,
"user_role": info.UserRole,
})
return context.WithValue(ctx, ctxKey, info)
}