Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
03hchen committed Apr 6, 2024
1 parent 07cec21 commit e0de35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/db/actions/GameAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export async function getSelectedGames(
const { page, ...filterSteps } = query;
let initialFilterAnd: FilterQuery<IGame> = {};
let initialFilterOr: FilterQuery<IGame> = {};
console.log(filterSteps.theme);
// filter by query parameters
for (const [key, value] of Object.entries(filterSteps)) {
const handler = QUERY_FIELD_HANDLER_MAP[key as keyof typeof filterSteps];
Expand Down

0 comments on commit e0de35f

Please sign in to comment.