Update mintaka to 0.1.7

This commit is contained in:
Guilherme Werner
2024-01-25 12:46:03 -03:00
parent 19a06d6101
commit f669306ccd
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(),
logEnabled: TribufuApi.debugEnabled(),
enableLog: TribufuApi.debugEnabled(),
jsonRequestCasing: JsonCasing.SnakeCase,
jsonResponseCasing: JsonCasing.CamelCase,
});