Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Jun 25, 2024
1 parent a9f6e90 commit 3c749f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function createApi() {
await runStore.waitRunable()
}

async function run(channel=null, pThreshold=0.5, headless=False, viewEnhanced=true) {
async function run(channel=null, pThreshold=0.5, headless=false, viewEnhanced=true) {
const runStore = useRunStore()
runStore.setParams(channel, pThreshold, headless, viewEnhanced)
await runStore.run()
Expand Down

0 comments on commit 3c749f2

Please sign in to comment.