Browse Source

Adding trailing line jump

katowulf-pr-tpl
Nicolas Garnier 8 years ago
committed by GitHub
parent
commit
a8f509aaba
  1. 2
      child-count/functions/index.js

2
child-count/functions/index.js

@ -43,4 +43,4 @@ exports.recountlikes = functions.database.ref("/posts/{postid}/likes_count").onW
return counterRef.set(messagesData.numChildren()); return counterRef.set(messagesData.numChildren());
}); });
} }
}); });

Loading…
Cancel
Save