Skip to content

Commit

Permalink
change property order
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Jan 8, 2024
1 parent 4f48b17 commit 89b6840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/markup/application/MarkupService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<readonly MarkupPart[]> {
return this.apiClient
Expand Down

0 comments on commit 89b6840

Please sign in to comment.