update 39839999
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
class Controller {
|
||||
constructor(environment, member_config, json_config){
|
||||
console.log(member_config);
|
||||
// console.log(member_config);
|
||||
this.config = { "member": member_config, "json": json_config, "environment": environment };
|
||||
this.membership = member_config.membership;
|
||||
this.testing = true;
|
||||
this.config.key = "passthrough";
|
||||
|
||||
console.log(json_config);
|
||||
// console.log(json_config);
|
||||
|
||||
|
||||
// TODO_4: user should already have json_data & records
|
||||
|
||||
Reference in New Issue
Block a user