mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 12:18:11 +00:00
refactor( iam ): rename AuditLog.userId to iamUserId; drop FaydaVerificationSession.userId
This commit is contained in:
@@ -141,7 +141,6 @@ export class VerifaydaService {
|
||||
platform: input.platform ?? 'WEB',
|
||||
saveToAccount: input.saveToAccount ?? false,
|
||||
iamUserId: input.userId ?? null,
|
||||
userId: null,
|
||||
bookingId: input.bookingId ?? null,
|
||||
expiresAt,
|
||||
},
|
||||
@@ -421,7 +420,6 @@ export class VerifaydaService {
|
||||
session: {
|
||||
id: string;
|
||||
iamUserId: string | null;
|
||||
userId: string | null;
|
||||
bookingId: string | null;
|
||||
saveToAccount: boolean;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user