Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/incremental document sync #674

Open
wants to merge 38 commits into
base: develop
Choose a base branch
from

fix(logger.service): disable digits redactor (#675)

49366bc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

feat/incremental document sync #674

fix(logger.service): disable digits redactor (#675)
49366bc
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Dec 12, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 4 ESLint warning(s) found

Annotations

Check warning on line 11 in src/common/not-found-exception-filter.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/common/not-found-exception-filter.ts#L11

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 22 in src/common/provider.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/common/provider.ts#L22

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 82 in src/modules/did/did.service.spec.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/modules/did/did.service.spec.ts#L82

[@typescript-eslint/no-unused-vars] '_conflict' is defined but never used.

Check warning on line 30 in src/scripts/delete-user-credentials.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/scripts/delete-user-credentials.js#L30

[@typescript-eslint/no-unused-vars] 'claim' is assigned a value but never used.