mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix: 🚨 Fix DeepSource linter warnings
This commit is contained in:
parent
45e5460975
commit
1d301d72ae
10 changed files with 39 additions and 40 deletions
|
|
@ -158,7 +158,7 @@ export class FederationRequester {
|
|||
* Attempt to resolve a webfinger URL to a User
|
||||
* @returns {Promise<User | null>} The resolved User or null if not found
|
||||
*/
|
||||
public async resolveWebFinger(
|
||||
public static async resolveWebFinger(
|
||||
username: string,
|
||||
hostname: string,
|
||||
contentType = "application/json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue