Update dependencies 🚀
This commit is contained in:
parent
f4cb62db16
commit
42a14508f6
19 changed files with 1002 additions and 1001 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import * as Router from 'koa-router';
|
||||
import * as Router from '@koa/router';
|
||||
import config from '../../config';
|
||||
import $ from 'cafy';
|
||||
import { ID } from '../../misc/cafy-id';
|
||||
|
|
@ -17,7 +17,7 @@ import { Brackets } from 'typeorm';
|
|||
import { Note } from '../../models/entities/note';
|
||||
import { ensure } from '../../prelude/ensure';
|
||||
|
||||
export default async (ctx: Router.IRouterContext) => {
|
||||
export default async (ctx: Router.RouterContext) => {
|
||||
const userId = ctx.params.user;
|
||||
|
||||
// Get 'sinceId' parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue