Skip to content

Commit

Permalink
Update VerificationController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Feb 14, 2024
1 parent ed90359 commit fad7603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/VerificationController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ export class VerificationController {
});
State.isVerifying = false;

Log.error(`LJDINFASKOLF ${params.verificationCompleted}`);
if (params.verificationCompleted < 0 || params.verificationCompleted > 1) {
Log.log(`Unexpected value for field 'verificationCompleted' in state change 'ready' message. Expected 0 or 1 but got ${params.verificationCompleted}.`, LogLevel.Info);
} else if (params.verificationCompleted == 0) {
Expand Down

0 comments on commit fad7603

Please sign in to comment.