hack: Nasty hack for covercard auth

This commit is contained in:
David Arnold 2020-10-20 17:44:04 -05:00 committed by Denis Perov
parent 2265d726ae
commit 2288c8ac15
3 changed files with 8 additions and 2 deletions

View file

@ -56,7 +56,7 @@ Attachments = new FilesCollection({
if (board.isPublic()) {
return true;
}
return board.hasMember(fileObj.userId);
return board.hasMember(this.userId);
},
});