Skip to content

Commit 814fd27

Browse files
add admin sdk
1 parent 6cac07f commit 814fd27

File tree

5 files changed

+3525
-2325
lines changed

5 files changed

+3525
-2325
lines changed

lib/admin/controllers/eg004ImportUser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const eg004ImportUser = exports;
1212
const eg = 'eg004' // This example reference.;
1313
const mustAuthenticate = '/ds/mustAuthenticate';
1414
const minimumBufferMin = 3;
15-
const demoDocsPath = path.resolve(__dirname, '../../../demo_documents');
15+
const demoDocsPath = path.resolve(__dirname, '../../../demo_documents/');
1616
const csvFile = 'userData.csv';
1717

1818
/**

0 commit comments

Comments
 (0)