diff options
Diffstat (limited to 'client/src/app/shared/rest')
-rw-r--r-- | client/src/app/shared/rest/rest-extractor.service.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/shared/rest/rest-extractor.service.ts b/client/src/app/shared/rest/rest-extractor.service.ts index 0d5b6d6f3..6492aa66d 100644 --- a/client/src/app/shared/rest/rest-extractor.service.ts +++ b/client/src/app/shared/rest/rest-extractor.service.ts | |||
@@ -11,9 +11,7 @@ export class RestExtractor { | |||
11 | constructor ( | 11 | constructor ( |
12 | private router: Router, | 12 | private router: Router, |
13 | private i18n: I18n | 13 | private i18n: I18n |
14 | ) { | 14 | ) { } |
15 | // empty | ||
16 | } | ||
17 | 15 | ||
18 | extractDataBool () { | 16 | extractDataBool () { |
19 | return true | 17 | return true |