feat: Add country name to region page
This commit is contained in:
@@ -67,8 +67,6 @@ export const actions: Actions = {
|
||||
removeVisited: async (event) => {
|
||||
const body = await event.request.json();
|
||||
|
||||
console.log(body);
|
||||
|
||||
if (!body || !body.visitId) {
|
||||
return {
|
||||
status: 400
|
||||
|
||||
Reference in New Issue
Block a user