Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
#33 fix console log, added new line to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gkillick committed Apr 1, 2022
1 parent f588a70 commit f306ad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
},
"private": true
}

1 change: 0 additions & 1 deletion src/components/chat/chatroom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function ChatRoom(props: ChatInfo) {
};

// add message to messages array and add recipientID to unread
console.log(props.recipientID);
await chatRef.update({
// append message
messages: firebase.firestore.FieldValue.arrayUnion(message),
Expand Down

0 comments on commit f306ad4

Please sign in to comment.