Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
@ -405,7 +405,7 @@ func (cli *client) DeleteAuthCode(code string) error {
}
func (cli *client) DeleteClient(id string) error {
// Check for hash collition.
// Check for hash collision.
c, err := cli.getClient(id)
if err != nil {
return err