1
0
Fork 0

Fix usePortusExplore
the build was successful Details

pull/2/head
Ambrose Chua 2018-09-27 00:13:44 +08:00
parent 3466b80204
commit 22c6819daa
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ async function registryAPI() {
async function usePortusExplore() {
const c = await config();
if (c.registryAPI) {
return c.registryAPI;
if (c.usePortusExplore) {
return true;
}
return false;
}