Skip to content

Commit

Permalink
chore: fix two typos
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 25, 2024
1 parent 6be36e4 commit 1faeb44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/handlers/threads.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (a *ThreadHandler) Events(req api.Context) error {
var (
id = req.PathValue("id")
follow = req.URL.Query().Get("follow") == "true"
followWorkflows = req.URL.Query().Get("followWorflows") == "true"
followWorkflows = req.URL.Query().Get("followWorkflows") == "true"
runID = req.URL.Query().Get("runID")
maxRunString = req.URL.Query().Get("maxRuns")
maxRuns int
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/handlers/oauthapp/oauthapplogin.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ outer:
}
}

tick.Reset(5 * time.Second)
tick.Reset(time.Second)
}
}

Expand Down

0 comments on commit 1faeb44

Please sign in to comment.