I do as the crabs guide. Seems legit tho. (#148)

Tested.
This commit is contained in:
stopflock
2026-08-21 23:19:00 -05:00
committed by GitHub
parent ac6a79f29a
commit 74a09421dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ const headers = [
const fetchRecentWins = async () => {
loading.value = true;
try {
const response = await fetch('https://cms.deflock.me/items/flockWins');
const response = await fetch('https://cms.deflock.me/items/flockWins?limit=-1');
const result: CityRejection[] = (await response.json()).data;
const sortedResult = result.sort((a, b) => sortMonthYearByDateDesc(a.monthYear, b.monthYear));