Files
library/api/src/app
hikari 808df775a4 fix: correct TypeScript types in ActivityService
Fixed two type errors:
- Changed ActivityType assertions from 'as ActivityType' to 'as const'
  for proper literal type inference
- Changed achievement.name to achievement.title to match the actual
  AchievementDefinition structure

This ensures type safety and proper union type discrimination.
2026-02-20 00:02:11 -08:00
..
2026-02-04 12:17:05 -08:00
2026-02-04 19:09:28 -08:00