Skip to content

Commit

Permalink
feat!: return void instead of boolean (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 2, 2025
1 parent 3d3ec1a commit 2cf78c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/passageidentity/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def delete(user_id:)

begin
@user_client.delete_user(@app_id, user_id, @req_opts)
true
rescue Faraday::Error => e
raise PassageError.new(
'failed to delete Passage User',
Expand Down

0 comments on commit 2cf78c8

Please sign in to comment.