mirror of
https://github.com/documenso/documenso.git
synced 2026-08-23 14:52:23 +10:00
chore(trpc): type-safety cleanups across routers
This commit is contained in:
@@ -174,7 +174,7 @@ export const folderRouter = router({
|
||||
folderId: parentId,
|
||||
type,
|
||||
});
|
||||
} catch (error) {
|
||||
} catch {
|
||||
throw new AppError(AppErrorCode.NOT_FOUND, {
|
||||
message: 'Parent folder not found',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user