Update server/src/routes/issues.ts

LGTM

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
plind
2026-04-03 02:01:46 +09:00
committed by GitHub
parent 1350753f5f
commit 620a5395d7
+1 -1
View File
@@ -505,7 +505,7 @@ export function issueRoutes(db: Db, storage: StorageService) {
filename: a.originalFilename,
contentType: a.contentType,
byteSize: a.byteSize,
contentPath: `/api/attachments/${a.id}/content`,
contentPath: withContentPath(a).contentPath,
createdAt: a.createdAt,
})),
});