Skip to content

Commit

Permalink
addressed nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cviecco committed Jul 1, 2024
1 parent 2511e41 commit 046af9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/twofa/pushtoken/pushtoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func doGenericPushCheck(client *http.Client,
baseURL string,
pushType string,
userAgentString string,
codeIsDone chan bool,
codeIsDone <-chan bool,
logger log.DebugLogger,
errorReturnDuration time.Duration) error {

Expand Down

0 comments on commit 046af9a

Please sign in to comment.