fix: browser fetch need to keep it's context

This commit is contained in:
2025-07-07 17:04:16 +02:00
parent 6849546c1a
commit d237ed15b4
7 changed files with 23 additions and 124 deletions

2
src/interfaces.d.ts vendored
View File

@ -27,7 +27,7 @@ interface booster {
name: string
logo?: string
artwork_front?: string
artwork_back?: string
artwork_back?: string
}
export type SetList = Array<SetResume>