Skip to content

Commit

Permalink
MOB-1417 #comment fixed return value
Browse files Browse the repository at this point in the history
  • Loading branch information
shachartransmit committed Dec 11, 2024
1 parent 5049a32 commit 3db6fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/app/services/ido-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class IDOService {
this.idoSDK.startJourney(journeyId);
}

public generateDebugPin = async (): Promise<string> => {
public generateDebugPin = async (): Promise<string | null> => {
return await this.idoSDK.generateDebugPin();
}

Expand Down

0 comments on commit 3db6fcb

Please sign in to comment.