telegraf-session-redis icon indicating copy to clipboard operation
telegraf-session-redis copied to clipboard

Avoid overriding the inner middleware's result with an empty object

Open schallerala opened this issue 4 years ago • 0 comments

In the promise call chain, avoid returning as resolution data an empty object as done the saveSession method. Therefore, add closure to return the middleware resolution data after the save session promise completes.

schallerala avatar Dec 12 '20 02:12 schallerala