fix:location names

This commit is contained in:
2025-12-16 16:48:58 +01:00
parent f48746cc16
commit 4af0e3d7e1
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
id: string;
latitude: string;
longitude: string;
locationName?: string | null;
createdAt: string;
userId: string;
username: string;