Skip to content

Commit

Permalink
fix(charts): Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Mar 30, 2023
1 parent 7c14f23 commit ae3406d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/pages/explorer/chart/editor/Chart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export default {
if (this.$route.params.type === 'new') {
// Save chart to MongoDB - async operation
} else {
console.log('charturi:', this.chartId)
await this.$store.dispatch('explorer/curation/deleteChartES', `http://nanomine.org/viz/${this.chartId}`)
// Find in mongo and update - async operation
}
Expand Down

0 comments on commit ae3406d

Please sign in to comment.