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