diff --git a/plugins/catalog/src/apis/EntityPresentationApi/DefaultEntityPresentationApi.ts b/plugins/catalog/src/apis/EntityPresentationApi/DefaultEntityPresentationApi.ts index 4b80820e77..199e3248b3 100644 --- a/plugins/catalog/src/apis/EntityPresentationApi/DefaultEntityPresentationApi.ts +++ b/plugins/catalog/src/apis/EntityPresentationApi/DefaultEntityPresentationApi.ts @@ -148,7 +148,7 @@ interface CacheEntry { entity: Entity | undefined; } -// Simply expory map for the data loader, which only expects a map that implements set, get, and delete and clear +// Simple expiry map for the data loader, which only expects a map that implements set, get, and delete and clear export class ExpiryMap extends Map { #ttlMs: number; #timestamps: Map = new Map();