satisfactorymodding / smr-frontend

Next generation Satisfactory Modding Repository (SMR) frontend
https://satisfactorymodding.github.io/smr-frontend/main/
GNU General Public License v3.0
6 stars 24 forks source link

Fetch most recent version instead of `latestVersions` #181

Open budak7273 opened 2 months ago

budak7273 commented 2 months ago
          The issue can be avoided by fetching `versions(filter: { order_by: created_at, order: desc, limit: 1 })` instead of `latestVersions`

Originally posted by @mircearoata in https://github.com/satisfactorymodding/smr-frontend/issues/179#issuecomment-2352464341