Skip to content

Commit

Permalink
Fix: Fix typo in confirm.service
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Mittal <[email protected]>
  • Loading branch information
techsavvyash committed Feb 16, 2023
1 parent b6d6aa6 commit 5d92712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bpp/src/confirm/confirm.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class ConfirmService {
confirmResponse,
);

confirmResponse['context']['action'] = 'on_select';
confirmResponse['context']['action'] = 'on_confirm';

return await lastValueFrom(
this.httpService.post(
Expand Down

0 comments on commit 5d92712

Please sign in to comment.