Skip to content

Commit 5b09202

Browse files
author
Ryan Tan
committed
[ryan] update data location
1 parent 3a1e6af commit 5b09202

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ ehthumbs.db
3838
Thumbs.db
3939

4040
node_modules
41-
src/data/users.js
42-
src/data/users.json
41+
data/users.js
42+
data/users.json
4343
build/
4444
yarn-error.log
4545
.idea
4646
*.pem
47-
src/data/list
47+
data/list
4848
.env
File renamed without changes.
File renamed without changes.

src/modules/TelegramBot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import * as CalendarApp from './CalendarApp';
1313
import BookingSteps from './BookingSteps';
1414
// import Logger from './Logger';
1515

16-
const db = new Loki('src/data/users.json');
16+
const db = new Loki('data/users.json');
1717

1818
db.loadDatabase({}, () => {
1919
console.log('users loaded');

0 commit comments

Comments
 (0)