mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 03:01:59 +10:00
chore: remove duplicate route
This commit is contained in:
@ -48,7 +48,6 @@ export const documentRouter = router({
|
|||||||
find: findInboxRoute,
|
find: findInboxRoute,
|
||||||
getCount: getInboxCountRoute,
|
getCount: getInboxCountRoute,
|
||||||
}),
|
}),
|
||||||
updateDocument: updateDocumentRoute,
|
|
||||||
attachments: {
|
attachments: {
|
||||||
find: findDocumentAttachmentsRoute,
|
find: findDocumentAttachmentsRoute,
|
||||||
set: setDocumentAttachmentsRoute,
|
set: setDocumentAttachmentsRoute,
|
||||||
|
|||||||
Reference in New Issue
Block a user