Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #189 from speckleworks/dim/hotfix-accountsgetall
Browse files Browse the repository at this point in the history
Dim/hotfix accountsgetall
  • Loading branch information
didimitrie authored Apr 8, 2020
2 parents cf77903 + 5c791b9 commit 3862c73
Show file tree
Hide file tree
Showing 4 changed files with 1,705 additions and 1,576 deletions.
2 changes: 1 addition & 1 deletion app/api/streams/StreamGetAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = ( req, res ) => {
{ owner: req.user._id },
{ 'canWrite': mongoose.Types.ObjectId( req.user._id ) },
{ 'canRead': mongoose.Types.ObjectId( req.user._id ) },
{ 'private': false }
// { 'private': false }
]

DataStream.find( finalCriteria, query.options.fields, { sort: query.options.sort, skip: query.options.skip, limit: query.options.limit } )
Expand Down
Loading

0 comments on commit 3862c73

Please sign in to comment.