meteor-publish-join icon indicating copy to clipboard operation
meteor-publish-join copied to clipboard

Meteor publish join

Results 2 meteor-publish-join issues
Sort by recently updated
recently updated
newest added

On my publication (server): ``` import { Meteor } from 'meteor/meteor'; import { JoinServer } from 'meteor-publish-join'; import DataTable1 from '../index'; const LIMIT = 50; Meteor.publish('DataTable1.list', function({ projectId, type, searchText,...

For some reason I'm getting this error: ``` W20170120-17:40:14.015(0)? (STDERR) ReferenceError: Meteor is not defined W20170120-17:40:14.015(0)? (STDERR) at Object. (.....\node_modules\meteor-publish-join\dist\server\index.js:49:5) W20170120-17:40:14.015(0)? (STDERR) at Module._compile (module.js:409:26) W20170120-17:40:14.015(0)? (STDERR) at Object.Module._extensions..js (module.js:416:10)...