Skip to content

Commit

Permalink
Merge pull request #1042 from GW2Treasures/fix/lint
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
darthmaim authored Sep 17, 2024
2 parents d9cdcbc + 9ff60db commit 278ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/admin/apps/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function getApps() {
return db.application.findMany({
include: {
owner: { select: { name: true }},
email: { select: { email: true } },
email: { select: { email: true }},
_count: { select: { authorizations: true }},
authorizations: {
take: 1,
Expand Down

0 comments on commit 278ef2e

Please sign in to comment.