We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf12e75 commit 5525e5dCopy full SHA for 5525e5d
1 file changed
QuestAppVersionSwitcher/Assets/html/flows/beat_saber_modding.html
@@ -631,8 +631,8 @@ <h2>Upload logs</h2>
631
}
632
}).then(mods => {
633
// For each mod's download link, perform a POST request
634
- mods.forEach(url => {
635
- fetch(start + "/api/mods/installfromurl", {
+ mods.forEach(async url => {
+ await fetch(start + "/api/mods/installfromurl", {
636
method: "POST",
637
body: url
638
})
0 commit comments