Skip to content

Commit

Permalink
Merge pull request #6 from botsgalaxy/hotfix/missing-line
Browse files Browse the repository at this point in the history
fix: Add a missing line. Closes #5
  • Loading branch information
celestix authored Feb 16, 2025
2 parents 819cf20 + eb03153 commit 427d9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func GetTelegraphClient(options *ClientOpt) *TelegraphClient {
}
return &TelegraphClient{
HttpClient: options.HttpClient,
ApiUrl: options.ApiUrl,
}
}

Expand Down

0 comments on commit 427d9d9

Please sign in to comment.