Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import Router from 'express-promise-router';
|
||||
import { Router } from 'express';
|
||||
|
||||
import {
|
||||
fetchAlerts,
|
||||
createAlert,
|
||||
removeAlert,
|
||||
fetchAlerts,
|
||||
fetchNotifications,
|
||||
updateNotifications,
|
||||
removeAlert,
|
||||
updateNotification,
|
||||
updateNotifications,
|
||||
} from '../alerts.js';
|
||||
|
||||
// actors and actorIds, stashes and stashIds are aliases for consistency
|
||||
|
||||
Reference in New Issue
Block a user