mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: remove testing leftovers
This commit is contained in:
parent
b564c8db64
commit
c7061a26fa
16 changed files with 30 additions and 71 deletions
|
|
@ -11,7 +11,7 @@ const Finish = () => {
|
|||
const router = useRouter()
|
||||
|
||||
async function finishInstall() {
|
||||
console.log('install_data')
|
||||
|
||||
let install_data = { ...install.data, 5: { status: 'OK' } }
|
||||
|
||||
let data = await updateInstall(install_data, 6)
|
||||
|
|
@ -19,7 +19,7 @@ const Finish = () => {
|
|||
router.push('/install?step=6')
|
||||
}
|
||||
else {
|
||||
console.log('Error')
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue