Skip to content

Commit 6aeab5c

Browse files
committed
Fix: fingerPrint -> fingerprint
1 parent 8e4612a commit 6aeab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/api.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export class ApiController {
449449
createdAt: Math.floor(new Date().getTime() / 1000),
450450
userId: response.result.data.user.id,
451451
eventLog: `Status from Fusionauth - ${response.responseCode}`,
452-
fingerPrint: user.loginId
452+
fingerprint: user.loginId
453453
},
454454
'E119',
455455
'Guest Login',

0 commit comments

Comments
 (0)