Revert "fix: further removing unnecessary window mentions"

This reverts commit dc93ff4a7e.
This commit is contained in:
Aditya
2024-12-13 04:50:35 +05:30
parent 2d77af103a
commit 1579f525d0
+1 -1
View File
@@ -3856,7 +3856,7 @@ func handleRunExecution(resp http.ResponseWriter, request *http.Request) {
time.Sleep(time.Duration(30) * time.Second)
checkUnfinished(resp, request, execRequest)
}()
// window.AddEvent(time.Now())
window.AddEvent(time.Now())
ctx := context.Background()