fix: further removing unnecessary window mentions

This commit is contained in:
Aditya
2024-12-13 02:14:41 +05:30
parent 25fcc68398
commit dc93ff4a7e
+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()