fix: server panel not using correct endpoint for mrpack reupload (#6539)

fix: server panel not using correct endpoint for local modpack reupload
This commit is contained in:
Calum H.
2026-06-29 14:39:03 +00:00
committed by GitHub
parent 288c1fb970
commit 87ff8fd4d9
2 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export interface PickedFile {
}
export interface PickedModpackFile extends Omit<PickedFile, 'file'> {
/** Only present for upload flows; native imports avoid copying huge packs into the webview heap. */
/** Only present for upload flows; native imports avoid copying huge packs into the browser heap. */
file?: File
}