Skip to content

Commit 582abfd

Browse files
authored
Release v1.6.1
#patch
2 parents 6a4998e + 543de9c commit 582abfd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/cache/logic/cacheLogic.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = class CacheLogic {
2323

2424
const keepHotFunction = async () => {
2525
await CacheLogic.getTips();
26-
await CacheLogic.getAllTips(true); // only keep the blacklisted cache hot
2726
await CacheLogic.fetchChainNames();
2827
await CacheLogic.fetchPrice();
2928
await CacheLogic.getOracleState();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tipping-community-backend",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)