Skip to content

Commit

Permalink
feat: add slack email for loicleser
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jan 21, 2021
1 parent 76d512d commit 35f4a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accountConfigs/ornikar.ts
Expand Up @@ -85,7 +85,7 @@ const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {
jperriere: `julien${process.env.ORNIKAR_EMAIL_DOMAIN}`,
CoralineColasse: `coraline${process.env.ORNIKAR_EMAIL_DOMAIN}`,
Lenamari: `lena${process.env.ORNIKAR_EMAIL_DOMAIN}`,
loicleser: null,
loicleser: `loic.leser${process.env.ORNIKAR_EMAIL_DOMAIN}`,
carlbouville: `carl.bouville${process.env.ORNIKAR_EMAIL_DOMAIN}`,
},
},
Expand Down

0 comments on commit 35f4a68

Please sign in to comment.