Individual document sharing with permissions (#5814)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tom Moor <tom@getoutline.com>
This commit is contained in:
@@ -295,7 +295,7 @@ class Team extends ParanoidModel<
|
||||
});
|
||||
};
|
||||
|
||||
public collectionIds = async function (this: Team, paranoid = true) {
|
||||
public collectionIds = async function (paranoid = true) {
|
||||
const models = await Collection.findAll({
|
||||
attributes: ["id"],
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user