diff --git a/src/lib/managers/DatabaseManager.ts b/src/lib/managers/DatabaseManager.ts index 9e2aeea..003a9b2 100644 --- a/src/lib/managers/DatabaseManager.ts +++ b/src/lib/managers/DatabaseManager.ts @@ -20,7 +20,6 @@ import { CacheManager } from './CacheManager' * * - `TDatabaseType` ({@link DatabaseType}) - The database type that will determine * which connection configuration should be used. - * * - `TKey` ({@link string}) - The type of database key that will be used. * - `TValue` ({@link any}) - The type of database values that will be used. *