1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-16 00:24:52 +00:00

Fix type errors

This commit is contained in:
Leslie Tilton
2025-10-20 13:42:31 -05:00
parent 9e465a53c2
commit f39ad211c8

View File

@@ -210,7 +210,7 @@ export class RiskInsightsOrchestratorService {
summaryData: reportState?.data?.summaryData ?? createNewSummaryData(),
applicationData: updatedState?.data?.applicationData ?? [],
},
reportState.data.contentEncryptionKey,
reportState?.data?.contentEncryptionKey,
),
).pipe(
map((encryptedData) => ({
@@ -296,7 +296,7 @@ export class RiskInsightsOrchestratorService {
summaryData: reportState?.data?.summaryData ?? createNewSummaryData(),
applicationData: updatedState?.data?.applicationData ?? [],
},
reportState.data.contentEncryptionKey,
reportState?.data?.contentEncryptionKey,
),
).pipe(
map((encryptedData) => ({