[m] fix bug
This commit is contained in:
parent
19d96f65dd
commit
5d5ee1ad29
1
app.js
1
app.js
@ -46,7 +46,6 @@ const Request = sequelize.define('Request', {
|
|||||||
async function fetchDomainData() {
|
async function fetchDomainData() {
|
||||||
const cachedData = cache.get('domainData');
|
const cachedData = cache.get('domainData');
|
||||||
if (cachedData) {
|
if (cachedData) {
|
||||||
console.log(domainData);
|
|
||||||
return cachedData;
|
return cachedData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user