Fix various bugs

This commit is contained in:
Denis Perov 2022-02-18 13:05:50 +03:00
parent 3071152978
commit 4277d89514
6 changed files with 21 additions and 8 deletions

View file

@ -5,6 +5,7 @@
import Users from "../../models/users";
import Org from "../../models/org";
import Team from "../../models/team";
import Attachments from '../../models/attachments';
Meteor.publish('boards', function() {
const userId = this.userId;