mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 21:20:27 +00:00
Removing unnecessary comments
This commit is contained in:
12
.nx/workspace-data/d/daemon.log
Normal file
12
.nx/workspace-data/d/daemon.log
Normal file
@@ -0,0 +1,12 @@
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.333Z - Started listening on: \\.\pipe\nx\C:\Users\Tom\AppData\Local\Temp\0a7d109ce06d7ee98aa8\d.sock
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.341Z - [WATCHER]: Subscribed to changes within: C:\dev\clients (native)
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.346Z - Established a connection. Number of open connections: 1
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.348Z - Established a connection. Number of open connections: 2
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.350Z - Closed a connection. Number of open connections: 1
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.354Z - [REQUEST]: Responding to the client. Shutdown initiated
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.355Z - Done responding to the client Shutdown initiated
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.356Z - Handled FORCE_SHUTDOWN. Handling time: 1. Response time: 2.
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.356Z - Closed a connection. Number of open connections: 0
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.357Z - [WATCHER]: Stopping the watcher for C:\dev\clients (sources)
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.357Z - [WATCHER]: Stopping the watcher for C:\dev\clients (outputs)
|
||||
[NX v20.8.0 Daemon Server] - 2025-04-18T15:07:00.358Z - Server stopped because: "Request to shutdown"
|
||||
23336
.nx/workspace-data/file-map.json
Normal file
23336
.nx/workspace-data/file-map.json
Normal file
File diff suppressed because it is too large
Load Diff
1
.nx/workspace-data/lockfile.hash
Normal file
1
.nx/workspace-data/lockfile.hash
Normal file
@@ -0,0 +1 @@
|
||||
9982965536842957328
|
||||
BIN
.nx/workspace-data/nx_files.nxt
Normal file
BIN
.nx/workspace-data/nx_files.nxt
Normal file
Binary file not shown.
48623
.nx/workspace-data/parsed-lock-file.json
Normal file
48623
.nx/workspace-data/parsed-lock-file.json
Normal file
File diff suppressed because it is too large
Load Diff
49772
.nx/workspace-data/project-graph.json
Normal file
49772
.nx/workspace-data/project-graph.json
Normal file
File diff suppressed because it is too large
Load Diff
3982
.nx/workspace-data/source-maps.json
Normal file
3982
.nx/workspace-data/source-maps.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,6 @@ describe("RiskInsightsReportService", () => {
|
||||
let testCase = testCaseResults[0];
|
||||
expect(testCase).toBeTruthy();
|
||||
expect(testCase.cipherMembers).toHaveLength(2);
|
||||
// When by domain, the result should be 2
|
||||
expect(testCase.trimmedUris).toHaveLength(2);
|
||||
expect(testCase.weakPasswordDetail).toBeTruthy();
|
||||
expect(testCase.exposedPasswordDetail).toBeTruthy();
|
||||
|
||||
@@ -428,7 +428,6 @@ export class RiskInsightsReportService {
|
||||
const cipherUris: string[] = [];
|
||||
const uris = cipher.login?.uris ?? [];
|
||||
uris.map((u: { uri: string }) => {
|
||||
// Aggregating by domain by request.
|
||||
const uri = Utils.getDomain(u.uri);
|
||||
if (!cipherUris.includes(uri)) {
|
||||
cipherUris.push(uri);
|
||||
|
||||
Reference in New Issue
Block a user