Loading server/core_authenticate.go +1 −1 Original line number Diff line number Diff line Loading @@ -831,7 +831,7 @@ func importSteamFriends(ctx context.Context, logger *zap.Logger, db *sql.DB, mes steamProfiles, err := client.GetSteamFriends(ctx, publisherKey, steamId) if err != nil { logger.Info("Could not import Steam friends.", zap.Error(err)) logger.Error("Could not import Steam friends.", zap.Error(err)) return status.Error(codes.Unauthenticated, "Could not authenticate Steam profile.") } Loading Loading
server/core_authenticate.go +1 −1 Original line number Diff line number Diff line Loading @@ -831,7 +831,7 @@ func importSteamFriends(ctx context.Context, logger *zap.Logger, db *sql.DB, mes steamProfiles, err := client.GetSteamFriends(ctx, publisherKey, steamId) if err != nil { logger.Info("Could not import Steam friends.", zap.Error(err)) logger.Error("Could not import Steam friends.", zap.Error(err)) return status.Error(codes.Unauthenticated, "Could not authenticate Steam profile.") } Loading