Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Mar 23, 2022
1 parent a1ac95f commit 4af01df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cron/format/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ type jsonCheckResultV2 struct {
}

type jsonRepoV2 struct {
Name string `json:"name" bigquery:"name"`
Commit string `json:"commit" bigquery:"commit"`
Name string `json:"name"`
Commit string `json:"commit"`
}

type jsonScorecardV2 struct {
Version string `json:"version" bigquery:"version"`
Commit string `json:"commit" bigquery:"commit"`
Version string `json:"version"`
Commit string `json:"commit"`
}

type jsonFloatScore float64
Expand Down

0 comments on commit 4af01df

Please sign in to comment.