Skip to content

Commit

Permalink
fix: enableGeocoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Nov 28, 2023
1 parent 3a3176b commit 98bde0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/src/seeder/seeds/jurisdictions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const basicJurisInfo: JurisdictionCreateDto = {
enableAccessibilityFeatures: false,
enableUtilitiesIncluded: true,
enableListingOpportunity: false,
enableGeocodingPreferences: false,
enableGeocodingPreferences: true,
listingApprovalPermissions: [UserRoleEnum.admin],
}

Expand Down

0 comments on commit 98bde0b

Please sign in to comment.