mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-07-12 04:50:45 +00:00
c8bc8eca8f
The dashboard was showing 335 packages while the packages page showed 141 because GetStats was counting .mod and .info files as separate packages. Changes: - Filter out .mod and .info files in GetStats query - Now only counts actual packages (.zip files) - Dashboard and packages page counts will match This fixes the discrepancy where: - Dashboard (/api/stats): was 335, now will be ~141 - Packages page (/api/packages): already 141 (deduplicated) Resolves: "Dashboard showing 335 packages but /packages showing 141"