Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions Backend/DB_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ const userDetails = {
},
// retrieve likes that this user have made, to colored the heart of posts were liked by this user
likes: [{
userName: 'user',
postId: 'hh7O5oWfWucVzGbHH2pa'
},
{
userName: 'user',
postId: '3IOnFoQexRcofs5OhBXO'
}
userName: 'user',
postId: 'hh7O5oWfWucVzGbHH2pa'
},
{
userName: 'user',
postId: '3IOnFoQexRcofs5OhBXO'
}
],

// retrieve friends of this user
Expand All @@ -99,4 +99,7 @@ const userDetails = {
userName: "user2"
}
}]
};
};


// teste dia 25/08