Skip to content

Commit 37cdf14

Browse files
committed
add free signup url to demo error message
1 parent 4bf1dcf commit 37cdf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decorators/validate-lat-lng-user.decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function ValidateLatLngUser(): MethodDecorator {
5151
);
5252
if (!withinRadius) {
5353
throw new BadRequestException(
54-
`Demo accounts can only access locations within 10,000 meters of demo cities. Demo cities: ${demoCities.map(city => JSON.stringify(city)).join(", ")}`
54+
`Demo accounts can only access locations within 10,000 meters of demo cities. Demo cities: ${demoCities.map(city => JSON.stringify(city)).join(", ")}. Signup for a Free account at https://overturemaps.com/`
5555
);
5656
}
5757
}

0 commit comments

Comments
 (0)