File size: 122 Bytes
aa2e6af
 
 
 
 
 
1
2
3
4
5
6
7
// fetch some remote config
async function loadOverrideConfig() {
  return false;
}

module.exports = loadOverrideConfig;