Skip to content

Commit

Permalink
Revert "✍️ typo servicesURL"
Browse files Browse the repository at this point in the history
This reverts commit 1ddff9b.
  • Loading branch information
jeankhawand committed Jul 29, 2023
1 parent 2e1780f commit 4b63575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/apprise/apprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type Client struct {
}

// NewClient returns a new Apprise client.
func NewClient(servicesURL, baseURL string) *Client {
return &Client{servicesURL, baseURL}
func NewClient(serviceURL, baseURL string) *Client {
return &Client{serviceURL, baseURL}
}

// PushEntry pushes entries to apprise
Expand Down

0 comments on commit 4b63575

Please sign in to comment.