Add typing for update_status
and last_update_status_event
in the Device resource
#1605
Annotations
12 warnings
Run /./.github/actions/test:
src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run /./.github/actions/test:
src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run /./.github/actions/test:
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Run /./.github/actions/test:
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Run /./.github/actions/test:
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run /./.github/actions/test:
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run /./.github/actions/test:
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run /./.github/actions/test:
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run /./.github/actions/test:
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Run /./.github/actions/test:
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Run /./.github/actions/test
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Post Run /./.github/actions/test
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Loading