Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Nov 20, 2024
1 parent 9bf1857 commit cb57eff
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ export default class QueryPlanPlugin {
const plan = json.plan
const plnEl = buildPlan(plan)
console.log(plnEl)
const container = document.createElement("pre")

container.innerText = JSON.stringify(plan, null, 2)

const container = document.createElement('pre')
container.innerText = JSON.stringify(plan, null, 2)
this.yasr.resultsEl.appendChild(container)
}
}
Expand Down

0 comments on commit cb57eff

Please sign in to comment.