Skip to content

Commit

Permalink
Merge pull request #4 from flagship-io/alt
Browse files Browse the repository at this point in the history
json fix
  • Loading branch information
guillaumejacquart authored Apr 13, 2021
2 parents 2240bcf + d72cb9c commit eb62267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/files/api/syncFlags.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
type FlagUsageRequest struct {
RepositoryURL string `json:"repositoryUrl"`
RepositoryBranch string `json:"repositoryBranch"`
Flags []Flag
Flags []Flag `json:"flags"`
}

// Fl represent a flag code info sent to the Flagship API
Expand Down

0 comments on commit eb62267

Please sign in to comment.