Skip to content

Commit

Permalink
chore(core): fix rebase issue
Browse files Browse the repository at this point in the history
fix rebase issue
  • Loading branch information
simeng-li committed Jul 5, 2024
1 parent a10e01a commit 2e27e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function verificationCodeRoutes<T extends WithLogContext>(
interactionEvent
);

ctx.experienceInteraction.appendVerificationRecord(codeVerification);
ctx.experienceInteraction.setVerificationRecord(codeVerification);

await ctx.experienceInteraction.save();

Expand Down

0 comments on commit 2e27e89

Please sign in to comment.