fix: random hotkeys adding dependencies to my project smh

This commit is contained in:
Julian Lam
2025-08-27 15:08:51 -04:00
parent 560cc2ebf9
commit 771b8dcb2d
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -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) => {