Skip to content

Commit

Permalink
Update mgr.js with datapipe token
Browse files Browse the repository at this point in the history
  • Loading branch information
akilrammohan authored Aug 5, 2024
1 parent 5ad6077 commit d4f3939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgr.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define(['managerAPI',

var API = new Manager();
//const subid = Date.now().toString(16)+Math.floor(Math.random()*10000).toString(16);
init_data_pipe(API, 'zpjKaPesdEOI', {file_type:'csv'});
init_data_pipe(API, 'f0ZJQg2FYO7i', {file_type:'csv'});

API.setName('mgr');
API.addSettings('skip',true);
Expand Down

0 comments on commit d4f3939

Please sign in to comment.