fix: correct browser challenge workspace source path

This commit is contained in:
lda
2026-06-15 06:23:46 +07:00 Verified
parent 6e2c3b8879
commit 73dc1d958a
@@ -14,11 +14,10 @@
{
"kind": "python",
"id": "local.browser_click",
"path": "../../../browser_click_workflow",
"path": "../../../../browser_click_workflow",
"module": "ops",
"registry": "registry"
}
]
}
}