mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
fix: random hotkeys adding dependencies to my project smh
This commit is contained in:
@@ -4,7 +4,6 @@ const nconf = require('nconf');
|
|||||||
|
|
||||||
const posts = require('../posts');
|
const posts = require('../posts');
|
||||||
const utils = require('../utils');
|
const utils = require('../utils');
|
||||||
const { default: PG } = require('pg');
|
|
||||||
|
|
||||||
const activitypub = module.parent.exports;
|
const activitypub = module.parent.exports;
|
||||||
const Feps = module.exports;
|
const Feps = module.exports;
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ Helpers._test = (method, args) => {
|
|||||||
}, 2500);
|
}, 2500);
|
||||||
};
|
};
|
||||||
// process.nextTick(() => {
|
// process.nextTick(() => {
|
||||||
// Helpers._test(activitypub.relays.add, ['https://relay.publicsquare.global/actor']);
|
// Helpers._test(activitypub.notes.assert, [1, `https://`]);
|
||||||
// });
|
// });
|
||||||
let _lastLog;
|
let _lastLog;
|
||||||
Helpers.log = (message) => {
|
Helpers.log = (message) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user