mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
remove fortnite.
This commit is contained in:
parent
46fa99fc28
commit
8609426e71
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ export async function verifyFieldLinks(fields: Field[], profile_url: string, htt
|
|||
const verified_links = [];
|
||||
for (const field_url of fields
|
||||
.filter(x => URL.canParse(x.value) && ['http:', 'https:'].includes((new URL(x.value).protocol)))) {
|
||||
console.log('fortnite ' + field_url);
|
||||
try {
|
||||
const html = await httpRequestService.getHtml(field_url.value);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue