Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 99fccac

Browse files
committed
Revert
1 parent 01d2a37 commit 99fccac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/repositories/AbstractFileRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
import FsHelper from '../../helpers/FsHelper';
55
import PromiseQueue from '../../helpers/PromiseQueueHellper';
66

7-
const APP_DIR = 'YadroTimeTracker_test';
7+
const APP_DIR = 'YadroTimeTracker';
88

99
export default abstract class AbstractFileRepository<T = any> {
1010
dirWithProfileData: string = 'profile1';

0 commit comments

Comments
 (0)