i wanna try this again
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user