Skip to content

Commit

Permalink
Change json file type to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
remarcable committed Feb 24, 2022
1 parent 41b8f2c commit f754145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fileExport/exporters/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getMarkersWithMeasures } from "lib/getMarkersWithMeasures";
import type { FileExporter } from "..";

export const jsonExporter: FileExporter = {
fileType: "JSON",
fileType: "json",
mimeType: "text/json",
name: "JSON",
stateToFile: async (state) => {
Expand Down

0 comments on commit f754145

Please sign in to comment.