fix formatting

This commit is contained in:
Emma Cypress Pointer-Null
2022-05-28 13:11:01 -04:00
parent 1daabfa3e0
commit 8f184f76fa

View File

@@ -16,7 +16,7 @@ export async function tags(API_URL) {
await (await fetch(API_URL + 'tag/loader')).json(),
await (await fetch(API_URL + 'tag/license')).json(),
await (await fetch(API_URL + 'tag/donation_platform')).json(),
await (await fetch(API_URL + 'tag/report_type')).json(),
await (await fetch(API_URL + 'tag/report_type')).json(),
])
progressBar.update(5)