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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
})),
});