1
0
Fork 0

Daemon: Return promise for post_rate reduction

This was causing a race condition in some environments.
master
Mike Gerwitz 2019-03-21 14:56:42 -04:00
parent c92cab4044
commit c4591f681d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ module.exports = AbstractClass( 'Daemon',
this._encService = this.getEncryptionService();
this._memcache = this.getMemcacheClient();
post_rate.reduce(
return post_rate.reduce(
( accum, value, key ) =>
{
accum[ key ] = value;