mirror of
https://github.com/bitwarden/browser
synced 2026-02-16 00:24:52 +00:00
Fix type errors
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user