Skip to content

Commit b017e9d

Browse files
author
Clément Renaud
authored
remove last semicolon on readme
1 parent 3c5b4c6 commit b017e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let status = getStatus(hash)
2323
console.log(response.data)
2424
)
2525
.catch( error =>
26-
console.log(error);
26+
console.log(error)
2727
)
2828
```
2929

0 commit comments

Comments
 (0)