Skip to content

Commit

Permalink
include notVisitable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Mar 7, 2024
1 parent cfab852 commit 83ac8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const forLocationPageEdits = async ({ input }: TRPCHandlerParams<TForLoca
longitude: true,
latitude: true,
description: globalSelect.freeText(),
notVisitable: true,
attributes: {
select: {
attribute: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const forOrgPageEdits = async ({ input }: TRPCHandlerParams<TForOrgPageEd
allowedEditors: { where: { authorized: true }, select: { userId: true } },
description: freeText,
attributes,

reviews: {
select: { id: true },
},
Expand All @@ -32,6 +33,7 @@ export const forOrgPageEdits = async ({ input }: TRPCHandlerParams<TForOrgPageEd
postCode: true,
country: { select: { cca2: true } },
govDist: { select: { abbrev: true, tsKey: true, tsNs: true } },
notVisitable: true,
},
},
},
Expand Down

0 comments on commit 83ac8aa

Please sign in to comment.