Commit 42d614ce authored by Hsinli's avatar Hsinli

addd

parent c9f6fca0
Pipeline #13776 passed with stage
in 21 seconds
......@@ -77,7 +77,7 @@ class PreferentialService extends Service {
if (preferentialList !== undefined) {
for (let i in preferentialList) {
if (TypeConfigFlip.hasOwnProperty(preferentialList[i].type)) {
ret[preferentialList[i].alias] = true;
ret[TypeConfigFlip[preferentialList[i].type]] = true;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment