UNTESTED: Updated all dependencies

This commit is contained in:
2024-05-03 07:07:58 +10:00
parent 0ce2a552d8
commit 6859b36ae0
5 changed files with 115 additions and 2640 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const { pendingSignups, accounts } = require('../database/models');
const fetch = require('node-fetch');
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
const jwt = require('jsonwebtoken');
//auth/validation