nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
287 stars 145 forks source link

How to disable job post disappearing? #94

Closed ritchieng closed 8 years ago

ritchieng commented 8 years ago

Hi,

Currently job posts disappear after a certain number of days (90). How do we disable it and make it permanently there? Thanks.

nate-strauser commented 8 years ago

remove the 'createdAt' part of the find here https://github.com/nate-strauser/wework/blob/master/server/publications.js#L135

ritchieng commented 8 years ago

Thanks @nate-strauser. Always helping!