Skip to content

feat: add delete for subscription

Sign in for the full log view
GitHub Actions / ESLint failed Dec 9, 2024 in 0s

38 errors

ESLint found 38 errors

Annotations

Check failure on line 66 in src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/main.ts#L66

Unsafe argument of type `any` assigned to a parameter of type `PackageDefinition` (@typescript-eslint/no-unsafe-argument)

Check failure on line 66 in src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/main.ts#L66

Unsafe argument of type `any` assigned to a parameter of type `Pick<Server, "addService">` (@typescript-eslint/no-unsafe-argument)

Check failure on line 8 in src/middlewares/json-body.middleware.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/middlewares/json-body.middleware.ts#L8

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check failure on line 8 in src/middlewares/raw-body.middleware.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/middlewares/raw-body.middleware.ts#L8

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check failure on line 78 in src/modules/service-registry/services/service-registry-health-check.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/service-registry/services/service-registry-health-check.service.ts#L78

Unnecessary conditional, value is always falsy (@typescript-eslint/no-unnecessary-condition)

Check failure on line 81 in src/modules/service-registry/services/service-registry-health-check.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/service-registry/services/service-registry-health-check.service.ts#L81

Unnecessary conditional, value is always falsy (@typescript-eslint/no-unnecessary-condition)

Check failure on line 1 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L1

Run autofix to sort these imports! (simple-import-sort/imports)

Check failure on line 21 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L21

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 22 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L22

Expected blank line before this statement (padding-line-between-statements)

Check failure on line 22 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L22

Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)

Check failure on line 22 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L22

Unsafe member access .url on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 30 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L30

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check failure on line 34 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L34

Unsafe argument of type `any` assigned to a parameter of type `string` (@typescript-eslint/no-unsafe-argument)

Check failure on line 40 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L40

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 40 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L40

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)

Check failure on line 40 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L40

Unsafe member access .toString on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 40 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L40

Prefer `utf8` over `utf-8` (unicorn/text-encoding-identifier-case)

Check failure on line 41 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L41

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 41 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L41

Unsafe argument of type `any` assigned to a parameter of type `string` (@typescript-eslint/no-unsafe-argument)

Check failure on line 43 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L43

Unsafe member access .event_type on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 45 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L45

Unsafe argument of type `any` assigned to a parameter of type `string` (@typescript-eslint/no-unsafe-argument)

Check failure on line 45 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L45

Unsafe member access .data on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 46 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L46

Unsafe argument of type `any` assigned to a parameter of type `string` (@typescript-eslint/no-unsafe-argument)

Check failure on line 46 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L46

Unsafe member access .data on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 47 in src/modules/subscriptions/subscriptions.controller.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/subscriptions/subscriptions.controller.ts#L47

Unsafe argument of type `any` assigned to a parameter of type `number` (@typescript-eslint/no-unsafe-argument)