diff --git a/project/src/services/DatabaseService.ts b/project/src/services/DatabaseService.ts index 96c1da6c..27fe3681 100644 --- a/project/src/services/DatabaseService.ts +++ b/project/src/services/DatabaseService.ts @@ -111,7 +111,7 @@ export class DatabaseService /** * Get specific location by its Id - * @param locationId Desired trader id + * @param locationId Desired location id * @returns assets/database/locations/ */ public getLocation(locationId: string): ILocation