summary refs log tree commit diff
path: root/src/api/routes/auth/location-metadata.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/auth/location-metadata.ts')
-rw-r--r--src/api/routes/auth/location-metadata.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/auth/location-metadata.ts b/src/api/routes/auth/location-metadata.ts
index 28293e59..f1625702 100644
--- a/src/api/routes/auth/location-metadata.ts
+++ b/src/api/routes/auth/location-metadata.ts
@@ -38,7 +38,7 @@ router.get(
 			country_code: country_code,
 			promotional_email_opt_in: { required: true, pre_checked: false },
 		});
-	},
+	}
 );
 
 export default router;