Remove unused field on twigs.http.service
This commit is contained in:
parent
90e3f0c02b
commit
d89f615fa0
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ import { Frequency, RecurringTransaction } from '../recurringtransactions/recurr
|
||||||
})
|
})
|
||||||
export class TwigsHttpService implements TwigsService {
|
export class TwigsHttpService implements TwigsService {
|
||||||
|
|
||||||
private options = {
|
|
||||||
withCredentials: true
|
|
||||||
};
|
|
||||||
private apiUrl = environment.apiUrl;
|
private apiUrl = environment.apiUrl;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
|
Loading…
Reference in a new issue