Skip to content

Commit

Permalink
Fix: fingerPrint -> fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Dec 20, 2024
1 parent 8e4612a commit 6aeab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export class ApiController {
createdAt: Math.floor(new Date().getTime() / 1000),
userId: response.result.data.user.id,
eventLog: `Status from Fusionauth - ${response.responseCode}`,
fingerPrint: user.loginId
fingerprint: user.loginId
},
'E119',
'Guest Login',
Expand Down

0 comments on commit 6aeab5c

Please sign in to comment.