From d89f615fa0a487a39d3b7be85c221b6685c8b682 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Sat, 26 Nov 2022 03:50:23 +0000 Subject: [PATCH] Remove unused field on twigs.http.service --- src/app/shared/twigs.http.service.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shared/twigs.http.service.ts b/src/app/shared/twigs.http.service.ts index 67a6b73..0aaa395 100644 --- a/src/app/shared/twigs.http.service.ts +++ b/src/app/shared/twigs.http.service.ts @@ -12,9 +12,6 @@ import { Frequency, RecurringTransaction } from '../recurringtransactions/recurr }) export class TwigsHttpService implements TwigsService { - private options = { - withCredentials: true - }; private apiUrl = environment.apiUrl; constructor(