appdata-debug
This commit is contained in:
@@ -320,6 +320,8 @@ func LoginResolver(ctx context.Context, params model.LoginInput) (*model.AuthRes
|
||||
if err == nil {
|
||||
// Assign the combined data to the provided pointer
|
||||
user.AppData = &appData
|
||||
} else {
|
||||
log.Printf("Error getting author's redis cache: %v", err)
|
||||
}
|
||||
|
||||
res = &model.AuthResponse{
|
||||
|
@@ -94,6 +94,8 @@ func SessionResolver(ctx context.Context, params *model.SessionQueryInput) (*mod
|
||||
if err == nil {
|
||||
// Assign the combined data to the provided pointer
|
||||
user.AppData = &appData
|
||||
} else {
|
||||
log.Printf("Error getting author's redis cache: %v", err)
|
||||
}
|
||||
|
||||
res = &model.AuthResponse{
|
||||
|
Reference in New Issue
Block a user