As I said, I can see no relationship between the two pieces of code.
It’s not just the delays in the void loo, it’s everything else. Your void loop should be:
timer.run();
Blynk.run();
If you have anything else in there then you’re doing something wrong.
Pete.