refactor( iam ): rename AuditLog.userId to iamUserId; drop FaydaVerificationSession.userId

This commit is contained in:
Abubeker Yasin
2026-06-08 16:26:59 +03:00
parent 8c377e86d8
commit 32f2f4b917
4 changed files with 14 additions and 14 deletions

View File

@@ -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;
},