Skip to content

Commit

Permalink
Fix claim docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Jan 9, 2024
1 parent 4d52fc6 commit 5aa35d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Using-Operations-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ import PowerAuth2

// Assigns the 'non-personalized' operation to the user
func claim(operationId: String) {
operationService.claim(operation: operation, reason: reason) { result in
operationService.claim(operationId: operationId) { result in
switch result {
case .success(let operation):
// process operation
Expand Down

0 comments on commit 5aa35d0

Please sign in to comment.