Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
modify sikp to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
greatbsky authored and tsui66 committed Jun 26, 2018
1 parent c94c813 commit 87a83bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
},

// 通过不带缓存的Http接口从Apollo读取配置
remoteConfigServiceSikpCache: async (config) => {
remoteConfigServiceSkipCache: async (config) => {
assert(config, 'param config is required');
const options = {
method: 'GET',
Expand Down Expand Up @@ -84,4 +84,4 @@ module.exports = {
assert(false, err);
}
}
};
};

0 comments on commit 87a83bb

Please sign in to comment.