Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import Router from 'express-promise-router';
|
||||
import { Router } from 'express';
|
||||
|
||||
import {
|
||||
fetchUserStashes,
|
||||
createStash,
|
||||
fetchStashByUsernameAndSlug,
|
||||
fetchUserStashes,
|
||||
removeStash,
|
||||
stashActor,
|
||||
stashScene,
|
||||
stashMovie,
|
||||
stashScene,
|
||||
unstashActor,
|
||||
unstashScene,
|
||||
unstashMovie,
|
||||
unstashScene,
|
||||
updateStash,
|
||||
fetchStashByUsernameAndSlug,
|
||||
} from '../stashes.js';
|
||||
|
||||
export const stashesSchema = `
|
||||
|
||||
Reference in New Issue
Block a user