Merge pull request #810 from silentrald/chore/lint-error-fixes

[chore] fixed some lint issues
This commit is contained in:
MathieuG-P
2025-02-21 16:39:23 +01:00
committed by GitHub
3 changed files with 1 additions and 70 deletions
@@ -19,7 +19,6 @@ export class SongCacheService {
private readonly mapsInfoCache: JsonCache<CachedMapInfoWithHash>;
private constructor(){
console.log(this.MAPS_INFO_CACHE_PATH);
this.mapsInfoCache = new JsonCache(this.MAPS_INFO_CACHE_PATH);
}