toolchain test
This commit is contained in:
@@ -6,11 +6,11 @@ export default class Updater {
|
||||
this.feedType = feedType;
|
||||
}
|
||||
|
||||
async getArchive(): Promise<void> {
|
||||
async getArchive(): Promise<Response> {
|
||||
const res = await fetch(`${this.archiveURL}.${this.feedType}`, {
|
||||
"mode": "cors"
|
||||
"mode": "cors"
|
||||
});
|
||||
console.log(res);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user