mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
linting
This commit is contained in:
parent
3a3098f932
commit
b5e0342136
1 changed files with 2 additions and 3 deletions
|
@ -240,10 +240,9 @@ export class ApRequestService {
|
|||
return await this.signedGet(href, user, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
} catch (e) {
|
||||
// something went wrong parsing the HTML, ignore the whole thing
|
||||
};
|
||||
}
|
||||
}
|
||||
//#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue