Linted everything, removed semistandard
This commit is contained in:
@ -21,7 +21,7 @@ const httpGet = (url, callback, err = console.error) => {
|
||||
httpGet(
|
||||
'https://jsonplaceholder.typicode.com/posts/1',
|
||||
console.log
|
||||
); /*
|
||||
); /*
|
||||
Logs: {
|
||||
"userId": 1,
|
||||
"id": 1,
|
||||
|
||||
Reference in New Issue
Block a user