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