Skip to content

Commit

Permalink
json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjose committed Apr 13, 2021
1 parent 691af35 commit d72cb9c
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 @@ -14,7 +14,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 d72cb9c

Please sign in to comment.