Skip to content

Commit

Permalink
dankdebug use lowercase property in output
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Nov 8, 2024
1 parent 4d734f5 commit 5ad3ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/dankdebug/create-sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const predefinedQueries = {
.orderBy("Hint ASC", "ID ASC")
),
randomSteamGames: () => sb.Query.getRecordset(rs => rs
.select("ID", "Name")
.select("ID", "Name AS name")
.from("data", "Steam_Game")
.orderBy("RAND()")
.limit(10)
Expand Down

0 comments on commit 5ad3ec9

Please sign in to comment.