Don't select all properties on et member lookup
This commit is contained in:
@ -14,7 +14,7 @@ import {
|
||||
|
||||
export async function loader({ context }: { context: RequestContext }) {
|
||||
const etData = await context.env.D1.prepare(
|
||||
"SELECT * FROM et_members;",
|
||||
"SELECT id, name, roblox_id FROM et_members;",
|
||||
).all();
|
||||
|
||||
if (etData.error)
|
||||
|
Reference in New Issue
Block a user