Update mintaka to 0.1.8

This commit is contained in:
Guilherme Werner
2024-01-29 09:02:47 -03:00
parent f669306ccd
commit 86abc9877e
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ export class TribufuApi {
this.http = new HttpClient({
baseUrl: TribufuApi.getBaseUrl(),
headers: TribufuApi.defaultHeaders(),
enableLog: TribufuApi.debugEnabled(),
logEnabled: TribufuApi.debugEnabled(),
jsonRequestCasing: JsonCasing.SnakeCase,
jsonResponseCasing: JsonCasing.CamelCase,
});