79113781

Date: 2024-10-22 11:23:02
Score: 2.5
Natty:
Report link

Why are you using promise in the async function Do_System_Refresh() if you are not even going to use it? You don't need to use promise for the Do_Refresh_UI() function it is synchronous.

as for System_Refresh(), where the Ajax call is happening it already binds in the async function. I hope you get the answer :)

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why are you
  • Low reputation (1):
Posted by: vitty