Skip to content

Commit 84b3564

Browse files
committed
fix list workstreams for project endpoint
1 parent 9251ef3 commit 84b3564

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/workStreams/list.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ module.exports = [
3333
}
3434

3535
return models.WorkStream.findAll({
36-
projectId,
36+
where: {
37+
projectId,
38+
},
3739
attributes: { exclude: ['deletedAt', 'deletedBy'] },
3840
raw: true,
3941
});

0 commit comments

Comments
 (0)