Skip to content

Commit

Permalink
Fix for IGL Fall 2020 Circuits
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Sep 28, 2020
1 parent 72dcd13 commit 9910e4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion igl.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
)

const CircuitAPIURL = "https://indy-gaming-league-api.herokuapp.com/api/circuits?data=%7B%22motherCircuitId%22:%225f380956d98a1a47bb52b692%22,%22live%22:true,%22active%22:false,%22hidden%22:false,%22game%22:%22KILLER%20QUEEN%20BLACK%22%7D"
const CircuitAPIURL = "https://indy-gaming-league-api.herokuapp.com/api/circuits?data=%7B%22motherCircuitId%22:%225f380956d98a1a47bb52b692%22,%22live%22:false,%22active%22:true,%22hidden%22:false,%22game%22:%22KILLER%20QUEEN%20BLACK%22%7D"

type IGLCircuit struct {
ID string `json:"id"`
Expand Down

0 comments on commit 9910e4a

Please sign in to comment.