bulltrackers-module 1.0.541 → 1.0.542
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -274,7 +274,8 @@ class StandardExecutor {
|
|
|
274
274
|
const targetUserType = metadata.userType;
|
|
275
275
|
// [NEW] Always load Global Helpers
|
|
276
276
|
const mappings = await loader.loadMappings();
|
|
277
|
-
|
|
277
|
+
// [FIX] Correct method name: loadPIMasterList (not loadPopularInvestorMasterList)
|
|
278
|
+
const piMasterList = await loader.loadPIMasterList();
|
|
278
279
|
const SCHEMAS = mathLayer.SCHEMAS;
|
|
279
280
|
|
|
280
281
|
// 1. Load Root Data
|