@dhyasama/totem-models 7.52.0 → 7.52.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/Financials.js CHANGED
@@ -259,10 +259,6 @@ module.exports = function(mongoose, config) {
259
259
  var hasSendOnLessThanNow = snapshot.notifications.company.initial.sendOn < now;
260
260
  var hasNotBeenSentTo = !snapshot.notifications.company.initial.sentOn;
261
261
 
262
- //console.log(hasRecipients);
263
- //console.log(hasSendOnLessThanNow);
264
- //console.log(hasNotBeenSentTo);
265
-
266
262
  return hasRecipients && hasSendOnLessThanNow && hasNotBeenSentTo;
267
263
 
268
264
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "7.52.0",
3
+ "version": "7.52.1",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",