Skip to content

Commit

Permalink
fix: Correct display name for Ashby provider
Browse files Browse the repository at this point in the history
  • Loading branch information
immdipu committed Dec 16, 2024
1 parent 609cc47 commit 5765c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ashby.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Ashby Provider = "ashby"

func init() {
SetInfo(Ashby, ProviderInfo{
DisplayName: "ashby",
DisplayName: "Ashby",
AuthType: Basic,
BaseURL: "https://api.ashbyhq.com",
Support: Support{
Expand Down

0 comments on commit 5765c6d

Please sign in to comment.