Skip to content

Commit

Permalink
fix: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Nov 16, 2023
1 parent 7c6a41b commit 506ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synchronizer/src/handlers/storageHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {mkdirp} from 'mkdirp';
import {existsSync, readFileSync} from 'fs';
import {readFile, writeFile} from 'fs/promises';
import {dirname, join, normalize} from 'path';
import {DEFAULT_STORAGE_CONFIG_FOLDER} from '../constants';
import {DEFAULT_STORAGE_CONFIG_FOLDER} from '../constants.js';

export abstract class StorageHandler<TData> {
constructor(private _storageFolderPath: string) {}
Expand Down

0 comments on commit 506ba0c

Please sign in to comment.