remove old stuff

This commit is contained in:
counterweight 2025-02-13 00:06:52 +01:00
parent d4f01ea843
commit 1a7681a908
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 0 additions and 57 deletions

View file

@ -1,10 +1,8 @@
const express = require('express');
const { getPublicKey, verifyEvent } = require("nostr-tools");
const crypto = require("crypto");
const invitesService = require('../services/invitesService');
const nostrService = require('../services/nostrService');
const { error } = require('console');
const { TimeoutError } = require('sequelize');
const errors = require('../errors');