Codex commited on
Commit ·
ff0f1c5
1
Parent(s): d2a67b5
Fix pitcher suite opponent field
Browse files- src/matchups.js +2 -2
src/matchups.js
CHANGED
|
@@ -2915,7 +2915,7 @@ export class MatchupService {
|
|
| 2915 |
pitcher_name AS pitcher_name,
|
| 2916 |
pitcher_id::text AS pitcher_id,
|
| 2917 |
team,
|
| 2918 |
-
opponent_team,
|
| 2919 |
p_throws AS pitcher_hand,
|
| 2920 |
slate_date::date AS latest_date,
|
| 2921 |
1 AS source_rank
|
|
@@ -2982,7 +2982,7 @@ export class MatchupService {
|
|
| 2982 |
SELECT
|
| 2983 |
slate_date::date AS slate_date,
|
| 2984 |
team,
|
| 2985 |
-
opponent_team,
|
| 2986 |
pitcher_name,
|
| 2987 |
p_throws,
|
| 2988 |
pitcher_score,
|
|
|
|
| 2915 |
pitcher_name AS pitcher_name,
|
| 2916 |
pitcher_id::text AS pitcher_id,
|
| 2917 |
team,
|
| 2918 |
+
opponent AS opponent_team,
|
| 2919 |
p_throws AS pitcher_hand,
|
| 2920 |
slate_date::date AS latest_date,
|
| 2921 |
1 AS source_rank
|
|
|
|
| 2982 |
SELECT
|
| 2983 |
slate_date::date AS slate_date,
|
| 2984 |
team,
|
| 2985 |
+
opponent AS opponent_team,
|
| 2986 |
pitcher_name,
|
| 2987 |
p_throws,
|
| 2988 |
pitcher_score,
|