deleted draining period and amount from config file as this does not work like i thought it would
This commit is contained in:
@@ -26,8 +26,6 @@ if (Meteor.isServer) {
|
||||
tankFull: this.bodyParams.tankFull,
|
||||
startPumpingAt: this.bodyParams.startPumpingAt,
|
||||
stopPumpingAt: this.bodyParams.stopPumpingAt,
|
||||
drainingPeriodUnit: parseInt(this.bodyParams.drainingPeriodUnit),
|
||||
drainingPeriodAmount: this.bodyParams.drainingPeriodAmount,
|
||||
owner: this.bodyParams.owner,
|
||||
created_at: new Date()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user