Update utils.js

This commit is contained in:
Aleksandr Statciuk 2021-09-23 13:27:12 +03:00
parent a1e509b3fb
commit baac5ee439
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ utils.getRequestUrl = async function (item, config) {
} }
utils.getUTCDate = function () { utils.getUTCDate = function () {
return dayjs.utc() return dayjs.utc().startOf('d')
} }
utils.parseResponse = async (item, response, config) => { utils.parseResponse = async (item, response, config) => {