瀏覽代碼

:recycle: Greatly simplified refactor using map over reduce

tags/0.0.3^2
tomit4 3 年之前
父節點
當前提交
cd67007767
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      backend/lib/routes/membership/active.js

+ 1
- 1
backend/lib/routes/membership/active.js 查看文件

@@ -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…
取消
儲存