Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { HttpError } from '../errors.js';
|
||||
import { initCaches } from '../cache.js';
|
||||
import { HttpError } from '../errors.js';
|
||||
|
||||
export async function initCachesApi(req, res) {
|
||||
if (req.user?.role !== 'admin') {
|
||||
|
||||
Reference in New Issue
Block a user