mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 03:30:04 +00:00
[lint] Enforce @typescript-eslint/no-floating-promises (#3402)
This commit is contained in:
@@ -73,8 +73,8 @@ const reportIssue = () => {
|
||||
}
|
||||
|
||||
const router = useRouter()
|
||||
const continueToInstall = () => {
|
||||
router.push('/install')
|
||||
const continueToInstall = async () => {
|
||||
await router.push('/install')
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user