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
|
|
@ -14,7 +14,7 @@ function SampleData() {
|
|||
try {
|
||||
let username = install.data[3].username
|
||||
let slug = install.data[1].slug
|
||||
console.log(install.data)
|
||||
|
||||
createSampleDataInstall(username, slug)
|
||||
|
||||
let install_data = { ...install.data, 4: { status: 'OK' } }
|
||||
|
|
@ -24,7 +24,7 @@ function SampleData() {
|
|||
|
||||
}
|
||||
catch (e) {
|
||||
console.log(e)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue