Fix autovalue issue
This commit is contained in:
parent
56a7468ae3
commit
6123977974
2 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* eslint-disable prefer-arrow-callback */
|
||||
|
||||
import { Meteor } from 'meteor/meteor';
|
||||
// import '../Users';
|
||||
import '../Users';
|
||||
|
||||
Meteor.publish('users.editProfile', function usersProfile() {
|
||||
return Meteor.users.find(this.userId, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue