chore: add heartbeat #1703
Annotations
10 errors
packages/extension/src/background.ts#L8
Run autofix to sort these imports!
|
packages/extension/src/background.ts#L83
Promise returned in function argument where a void return was expected
|
packages/extension/src/background.ts#L84
Missing semicolon
|
packages/extension/src/background.ts#L95
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/extension/src/background.ts#L100
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/extension/src/heartbeat.ts#L10
'NodeJS' is not defined
|
packages/extension/src/heartbeat.ts#L13
'chrome' is not defined
|
packages/extension/src/heartbeat.ts#L21
Async function 'startHeartbeat' has no 'await' expression
|
packages/extension/src/heartbeat.ts#L23
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/extension/src/heartbeat.ts#L25
Promise returned in function argument where a void return was expected
|
This job failed
Loading