Browse Source

:recycle: Greatly simplified refactor using map over reduce

tags/0.0.3^2
tomit4 3 years ago
parent
commit
cd67007767
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      backend/lib/routes/membership/active.js

+ 1
- 1
backend/lib/routes/membership/active.js View File

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

Loading…
Cancel
Save