Skip to content

Commit

Permalink
v6.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Mar 21, 2022
1 parent 5d60554 commit c6027fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/6.8.6/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions src/AutoConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ import Session from "./Session";

export default class AutoConfig {
static run = () => {
const cachedConfig = loadFromGleapCache("config");
/*const cachedConfig = loadFromGleapCache("config");
if (cachedConfig) {
AutoConfig.applyConfig(cachedConfig);
AutoConfig.loadConfigFromServer(false);
return Promise.resolve();
}
}*/

console.log("Loaded config from server.");
return AutoConfig.loadConfigFromServer(true);
};

Expand Down Expand Up @@ -50,7 +49,6 @@ export default class AutoConfig {

static applyConfig(config) {
try {
console.log(config);
const flowConfig = config.flowConfig;
const projectActions = config.projectActions;

Expand Down

0 comments on commit c6027fb

Please sign in to comment.