cacheable-response
Advanced tools
Comparing version
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.1.3](https://github.com/Kikobeats/cacheable-response/compare/v2.1.2...v2.1.3) (2020-08-19) | ||
### [2.1.2](https://github.com/Kikobeats/cacheable-response/compare/v2.1.1...v2.1.2) (2020-08-18) | ||
@@ -7,0 +9,0 @@ |
@@ -118,3 +118,3 @@ 'use strict' | ||
const value = await compress(payload) | ||
await cache.set(key, value, ttl) | ||
cache.set(key, value, ttl) | ||
} | ||
@@ -121,0 +121,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
34379
0.27%