mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +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 utils = require('../utils');
|
||||
const { default: PG } = require('pg');
|
||||
|
||||
const activitypub = module.parent.exports;
|
||||
const Feps = module.exports;
|
||||
|
||||
@@ -38,7 +38,7 @@ Helpers._test = (method, args) => {
|
||||
}, 2500);
|
||||
};
|
||||
// process.nextTick(() => {
|
||||
// Helpers._test(activitypub.relays.add, ['https://relay.publicsquare.global/actor']);
|
||||
// Helpers._test(activitypub.notes.assert, [1, `https://`]);
|
||||
// });
|
||||
let _lastLog;
|
||||
Helpers.log = (message) => {
|
||||
|
||||
Reference in New Issue
Block a user