Skip to content

Commit

Permalink
feat: make "resolveBaseUrl" method public
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Feb 1, 2021
1 parent cc30ec5 commit b718e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radioBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class RadioBrowserApi {
* @param config- Fetch configuration
* @returns Array of objects with the ip and name of the api server
*/
protected async resolveBaseUrl(
async resolveBaseUrl(
autoSet = true,
config: RequestInit = {}
): Promise<{ ip: string; name: string }[]> {
Expand Down

0 comments on commit b718e68

Please sign in to comment.