Skip to content

Commit

Permalink
fix: fetching for wizard getting scheduled, not running immedeately (#…
Browse files Browse the repository at this point in the history
…1333)

Signed-off-by: Azanul <[email protected]>
  • Loading branch information
Azanul authored Jan 31, 2024
1 parent 017cceb commit f43fa06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/accounts_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (handler *ApiHandler) NewCloudAccountHandler(c *gin.Context) {
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})
return
}
cron.StartAsync()
}

if handler.telemetry {
Expand Down

0 comments on commit f43fa06

Please sign in to comment.