Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson committed Dec 23, 2024
1 parent 11f6606 commit 5d5e857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ToolbarComponent {
private translationService: TranslateService,
public mmpService: MmpService,
private dialogService: DialogService
) { }
) {}

public async exportMap(format: string) {
const result = await this.mmpService.exportMap(format);
Expand Down

0 comments on commit 5d5e857

Please sign in to comment.