Add new cert goals to backend

This commit is contained in:
Berkeley Martinez
2015-12-09 14:19:37 -08:00
parent 3b320c8852
commit 1464adc350
3 changed files with 15 additions and 5 deletions

View File

@@ -106,10 +106,9 @@ export default function commit(app) {
Object.assign(
{
title: 'Commit to a nonprofit. Commit to your goal.',
pledge,
frontEndCert: commitGoals.frontEndCert,
fullStackCert: commitGoals.fullStackCert
pledge
},
commitGoals,
nonprofit
)
);