Update error messages
This commit is contained in:
@@ -79,7 +79,7 @@ export async function GET ({ params }: RequestEvent): Promise<RequestHandlerOutp
|
||||
if (!location.length || location.length && params.country !== location[0].country.slug) {
|
||||
return {
|
||||
status: 404,
|
||||
body: Error("This location is not available… yet,"),
|
||||
body: Error("This location is not available… yet!"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user