mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 16:41:21 +01:00
fix: remove webfinger error log
This commit is contained in:
@@ -116,7 +116,6 @@ Helpers.query = async (id) => {
|
|||||||
timeout: 5000,
|
timeout: 5000,
|
||||||
}));
|
}));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log('webfinger error', e.message);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user