Skip to content

Commit 214d21e

Browse files
committed
fix(import-export): remove extra extension
1 parent 4cab4bc commit 214d21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/import-export.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ whenever(files, async ({ 0: payload }) => {
5050
5151
// Export
5252
function exportSettings(): void {
53-
const fileName = `github-metrics-${dayjs().format("YYYY-MM-DD")}.json`;
53+
const fileName = `github-metrics-${dayjs().format("YYYY-MM-DD")}`;
5454
const payload: ExportedData = {
5555
settings: settings.value,
5656
excludedDependencies: [...excludedDependencies.value.values()],

0 commit comments

Comments
 (0)