Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sspenst committed Nov 10, 2023
1 parent 838910b commit 136ef0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/api/collection-by-id/[id].ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export async function getCollections({ matchQuery, reqUser, includeDraft, popula
{
$project: {
leastMoves: 1,
isRanked: 1,
...(includeDraft ? {
isDraft: 1
} : {}),
Expand Down
1 change: 0 additions & 1 deletion pages/api/level-by-slug/[username]/[slugName].ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export async function getLevelByUrlPath(username: string, slugName: string, reqU
authorNote: 1,
calc_difficulty_estimate: 1,
calc_playattempts_just_beaten_count: 1,
isRanked: 1,
ts: 1,
}
},
Expand Down

0 comments on commit 136ef0e

Please sign in to comment.