Pārlūkot izejas kodu

:recycle: Greatly simplified refactor using map over reduce

tags/0.0.3^2
tomit4 3 gadus atpakaļ
vecāks
revīzija
cd67007767
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      backend/lib/routes/membership/active.js

+ 1
- 1
backend/lib/routes/membership/active.js Parādīt failu

@@ -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,

Notiek ielāde…
Atcelt
Saglabāt