質問編集履歴

1

コード編集

2018/08/22 14:23

投稿

aruto
aruto

スコア175

test CHANGED
File without changes
test CHANGED
@@ -27,8 +27,6 @@
27
27
  startListener({ commit }) {
28
28
 
29
29
  this.unsubscribe = usersRef.onSnapshot(snapshot => {
30
-
31
- let users = []
32
30
 
33
31
  snapshot.docChanges().forEach(change => {
34
32