mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
fix typo
This commit is contained in:
@@ -58,7 +58,7 @@ ActivityPub.startJobs = () => {
|
||||
} catch (err) {
|
||||
winston.error(err.stack);
|
||||
}
|
||||
},, null, true, null, null, false); // change last argument to true for debugging
|
||||
}, null, true, null, null, false); // change last argument to true for debugging
|
||||
};
|
||||
|
||||
ActivityPub.resolveId = async (uid, id) => {
|
||||
|
||||
Reference in New Issue
Block a user