Просмотр исходного кода

:recycle: Greatly simplified refactor using map over reduce

tags/0.0.3^2
tomit4 3 лет назад
Родитель
Сommit
cd67007767
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      backend/lib/routes/membership/active.js

+ 1
- 1
backend/lib/routes/membership/active.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить