Skip to content

Commit 4b49623

Browse files
authored
Add missing end region tag (#137)
1 parent 5e68f04 commit 4b49623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/read-and-write.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ function addStar(uid, key) {
137137
updates[`user-posts/${key}/starCount`] = firebase.database.ServerValue.increment(1);
138138
firebase.database().ref().update(updates);
139139
}
140+
// [END rtdb_social_star_increment]
140141

141142
function readOnceWithGet(userId) {
142143
// [START rtdb_read_once_get]

0 commit comments

Comments
 (0)