3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
Meteor.publish('studyImportStatus', function() {
|
|
return StudyImportStatus.find();
|
|
}); |