Skip to content

Commit

Permalink
Merge pull request #55 from sudowork/toslack-parameter
Browse files Browse the repository at this point in the history
fix(conduit): Fix parameter name for `phabulous.toslack` conduit call
  • Loading branch information
schemar authored Oct 3, 2017
2 parents aa862c4 + 34c54dd commit 8ec6082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gonduit/extensions/requests/phabulous_toslack.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import "github.com/etcinit/gonduit/requests"

// PhabulousToSlackRequest represets a request to phabulous.toslack.
type PhabulousToSlackRequest struct {
UserPHIDs []string `json:"userPHIDs"`
UserPHIDs []string `json:"UserPHIDs"`
requests.Request
}

0 comments on commit 8ec6082

Please sign in to comment.