update economic calendar
This commit is contained in:
parent
1c2be8f924
commit
7627562ddb
File diff suppressed because one or more lines are too long
@ -188,7 +188,7 @@ fastify.register(async function (fastify) {
|
|||||||
isSend = true;
|
isSend = true;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
isSend = false;
|
isSend = false;
|
||||||
}, 500);
|
}, 800);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@ -278,7 +278,7 @@ fastify.register(async function (fastify) {
|
|||||||
isSend = true;
|
isSend = true;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
isSend = false;
|
isSend = false;
|
||||||
}, 500);
|
}, 800);
|
||||||
|
|
||||||
//wait(2000);
|
//wait(2000);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user