Skip to content

Commit 8d4985c

Browse files
authored
Update quickstart.md (#1857)
1 parent be4a532 commit 8d4985c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/reference/avalanche-c-chain/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
9999
})
100100
.then(response => {
101101
console.log(response.data);
102-
}
102+
})
103103
.catch(error => {
104104
console.error(error);
105105
});

0 commit comments

Comments
 (0)