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

fix/use type for pin job data #673

Merged
merged 1 commit into from
Nov 5, 2024

fix: use type for pin job data

bbcddb8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix/use type for pin job data #673

fix: use type for pin job data
bbcddb8
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Nov 5, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 3 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 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.