i wanna try this again

This commit is contained in:
2025-11-04 18:32:19 -07:00
parent 22ac21d79c
commit 768880cffc

View File

@@ -7,7 +7,7 @@ export async function handler(db: MySql2Database) {
id: launcherUpdates.id
})
.from(launcherUpdates)
.where(eq(launcherUpdates.hidden, 0))
.where(eq(launcherUpdates.hidden, false))
.orderBy(desc(launcherUpdates.place))
.limit(1)