Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit c72a639

Browse files
committed
remove unrequired semi-colon at start of code example
1 parent a77ecc5 commit c72a639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/docs/slp/js/slpdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ result `any`: SLPDB Result
1919
#### Examples
2020

2121
```javascript
22-
;(async () => {
22+
(async () => {
2323
const SLPSDK = require('slp-sdk')
2424
const SLP = new SLPSDK()
2525
let res = await SLP.SLPDB.get({

0 commit comments

Comments
 (0)