API keys are no longer needed #2263
Annotations
10 warnings
app.js#L25
Unexpected console statement
|
app.js#L49
Expected to return a value at the end of arrow function
|
app.js#L96
Expected to return a value at the end of async arrow function
|
lib/api.js#L22
Unexpected unnamed function
|
lib/api.js#L32
Expected to return a value at the end of async arrow function
|
lib/api.js#L64
Expected to return a value at the end of async arrow function
|
lib/api.js#L171
Unexpected unnamed function
|
lib/exceptions.js#L25
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
|
lib/exceptions.js#L25
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
lib/exceptions.js#L41
Unexpected unnamed function
|
The logs for this run have expired and are no longer available.
Loading