From 2f6f09c51a36beacbe9a3ede4fb21a4ac3e01b80 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 5 Jul 2024 16:39:40 +0100 Subject: [PATCH] Fixed bad description --- project/src/services/DatabaseService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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