Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from janithcooray/sync-change
Browse files Browse the repository at this point in the history
adding db support
  • Loading branch information
janithcooray authored Jul 2, 2022
2 parents 0649bb3 + 4e4d216 commit d85229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ymlProcess/volumeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Volume Data Class
*
*/
import Log from '../abstract/log';
import Log from '../abstract/log.js';

export default class VolumeInfo extends Log {
/**
Expand Down

0 comments on commit d85229b

Please sign in to comment.