mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(core): remove needless todo (#1436)
This commit is contained in:
parent
c45a91f9ea
commit
181e8a228d
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ export default function koaSlonikErrorHandler<StateT, ContextT>(): Middleware<St
|
|||
code: 'entity.not_exists',
|
||||
name: (error as InsertionError<SchemaLike>).schema.tableSingular,
|
||||
});
|
||||
// TODO: LOG-1665 Refactor Deletion Handle
|
||||
case DeletionError:
|
||||
case NotFoundError:
|
||||
throw new RequestError({
|
||||
|
|
Loading…
Reference in a new issue