mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-19 05:31:28 +00:00
whatever
This commit is contained in:
@@ -17,13 +17,7 @@ module.exports = {
|
||||
should: should,
|
||||
clearCache: () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
Cache.getRawClientYesIKnowWhatImDoing()
|
||||
.flushdb((err) => {
|
||||
if (err) {
|
||||
return reject(new Error(err));
|
||||
}
|
||||
resolve();
|
||||
});
|
||||
return resolve();
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user