Update index.ts

This commit is contained in:
2024-10-02 21:22:34 -03:00
parent 93d89995b5
commit 10cd001665

View File

@ -94,7 +94,7 @@ export class TribufuApi extends TribufuApiGenerated {
*
* @returns string
*/
private static getBaseUrl(): string {
protected static getBaseUrl(): string {
if (!process) {
return TRIBUFU_API_URL;
}