Bladeren bron

:pencil2: Small style change in comments

tags/0.0.3^2
tomit4 3 jaren geleden
bovenliggende
commit
afae4f43e0
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      backend/lib/routes/membership/active.js

+ 2
- 2
backend/lib/routes/membership/active.js Bestand weergeven

109
                 }, [])
109
                 }, [])
110
 
110
 
111
             /** If the revealTags exist, the completedProfile's hidden info is
111
             /** If the revealTags exist, the completedProfile's hidden info is
112
-            * removed and replaced with the completedProfile's user information
113
-            * Otherwise the completedProfiles remain unchanged
112
+             * removed and replaced with the completedProfile's user information
113
+             * Otherwise the completedProfiles remain unchanged
114
              */
114
              */
115
             completedProfiles = await completedProfiles.reduce(
115
             completedProfiles = await completedProfiles.reduce(
116
                 async (profilesWithRevealed, profile) => {
116
                 async (profilesWithRevealed, profile) => {

Laden…
Annuleren
Opslaan