diff options
Diffstat (limited to 'webAO/client/fetchLists.ts')
| -rw-r--r-- | webAO/client/fetchLists.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webAO/client/fetchLists.ts b/webAO/client/fetchLists.ts index d391fac..2f2fd59 100644 --- a/webAO/client/fetchLists.ts +++ b/webAO/client/fetchLists.ts @@ -58,15 +58,6 @@ export const fetchEvidenceList = async () => { } }; -export const fetchManifest = async () => { - try { - const manifestdata = await request(`${AO_HOST}manifest.txt`); - client.manifest = manifestdata.split(/\r\n|\n\r|\n|\r/); - } catch (err) { - console.warn("there was no manifest.txt file"); - } -}; - export const fetchExtensions = async () => { try { const extensiondata = await request(`${AO_HOST}extensions.json`); |
