Procházet zdrojové kódy

:recycle: Greatly simplified refactor using map over reduce

tags/0.0.3^2
tomit4 před 3 roky
rodič
revize
cd67007767
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      backend/lib/routes/membership/active.js

+ 1
- 1
backend/lib/routes/membership/active.js Zobrazit soubor

@@ -89,7 +89,7 @@ module.exports = {
89 89
                 return ids
90 90
             }, [])
91 91
             /** Assemble complete profiles to reference and pass */
92
-            let completedProfiles = await profileService.getProfilesFor(
92
+            const completedProfiles = await profileService.getProfilesFor(
93 93
                 pIds,
94 94
                 'participant',
95 95
                 false,

Načítá se…
Zrušit
Uložit