Browse Source

fixed typo

master
Nicolas Garnier 8 years ago
committed by GitHub
parent
commit
1f79e80628
  1. 2
      child-count/functions/index.js

2
child-count/functions/index.js

@ -35,7 +35,7 @@ exports.countlikechange = functions.database.ref('/posts/{postid}/likes/{likeid}
}
}).then(() => {
console.log('Counter updated.');
});;
});
});
// If the number of likes gets deleted, recount the number of likes

Loading…
Cancel
Save