mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Typo
This commit is contained in:
parent
18d9d2602a
commit
c6a6270e16
@ -30,7 +30,7 @@
|
||||
|
||||
markedScript.onload = async function() {
|
||||
let appConfig = await fetch('/get/app_config')
|
||||
appConfig = await res.json()
|
||||
appConfig = await appConfig.json()
|
||||
|
||||
let updateBranch = appConfig.update_branch || 'main'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user