Skip to content

Commit 5525e5d

Browse files
committed
Synchronous posting.
1 parent bf12e75 commit 5525e5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

QuestAppVersionSwitcher/Assets/html/flows/beat_saber_modding.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ <h2>Upload logs</h2>
631631
}
632632
}).then(mods => {
633633
// For each mod's download link, perform a POST request
634-
mods.forEach(url => {
635-
fetch(start + "/api/mods/installfromurl", {
634+
mods.forEach(async url => {
635+
await fetch(start + "/api/mods/installfromurl", {
636636
method: "POST",
637637
body: url
638638
})

0 commit comments

Comments
 (0)