More fixes and add hash back

This commit is contained in:
2026-01-24 18:15:26 -07:00
parent 046e193a98
commit ab4fc30e47
3 changed files with 6 additions and 5 deletions

View File

@@ -157,6 +157,7 @@ export async function handler (context: Context) {
username: usersMap[i.userId] ?? 'Unknown',
userId: i.userId,
data: i.data,
hash: i.hash,
id: i.id,
price: i.price,
buyable: i.state == 1,