Skip to content

Commit

Permalink
feat(TAT-145): structure json export
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonrobbins committed May 16, 2024
1 parent f5e52bc commit 1211c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TopTenResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default defineComponent({
parsedList.push(t);
})
downloadjs(JSON.stringify(parsedList), "TopTenTechniques.json", JSON)
downloadjs(JSON.stringify(parsedList, null, 4), "TopTenTechniques.json", JSON)
},
setRankedList() {
let filteredList = structuredClone(toRaw(this.calculatorStore.techniques));
Expand Down

0 comments on commit 1211c4d

Please sign in to comment.