From 89b68408fda41d7979bd3b04e60a44d30343afcb Mon Sep 17 00:00:00 2001 From: fsimonjetz Date: Mon, 8 Jan 2024 13:11:24 +0000 Subject: [PATCH] change property order --- src/markup/application/MarkupService.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/markup/application/MarkupService.ts b/src/markup/application/MarkupService.ts index b181264e6..7cc9fb1d5 100644 --- a/src/markup/application/MarkupService.ts +++ b/src/markup/application/MarkupService.ts @@ -7,13 +7,14 @@ import { stringify } from 'query-string' export default class MarkupService { protected readonly referenceInjector: ReferenceInjector + protected urlPath = 'markup' + constructor( protected readonly apiClient: ApiClient, bibliographyService: BibliographyService ) { this.referenceInjector = new ReferenceInjector(bibliographyService) } - protected urlPath = 'markup' fromString(text: string): Bluebird { return this.apiClient