fix: fixing error when import module

This commit is contained in:
Slincnik 2024-12-21 10:24:25 +03:00
parent c7ebdb78d4
commit c2d1c85696
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
import ICacheAdapter from "./ICacheAdapter";
import ICacheAdapter from "./ICacheAdapter.js";
export default class MapCache extends ICacheAdapter {
constructor() {