Skip to content

Commit 539bedd

Browse files
committed
fix(api): upload id to string
1 parent 779c3c7 commit 539bedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/twirp/github.actions.results.api.v1.CacheService/FinalizeCacheEntryUpload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export default defineEventHandler(async (event) => {
2626

2727
return {
2828
ok: true,
29-
entry_id: upload.id,
29+
entry_id: upload.id.toString(),
3030
}
3131
})

0 commit comments

Comments
 (0)