Skip to content

Commit 0223048

Browse files
committed
Remove async statement
1 parent e298e18 commit 0223048

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
@@ -16,7 +16,7 @@ So, I create one by myself.
1616
__ mocks__/index.js
1717
```
1818
export default {
19-
'/api/path': async (options) => {
19+
'/api/path': (options) => {
2020
const all = Mock.mock({
2121
'list|2': [{
2222
'id|+1': 1,

0 commit comments

Comments
 (0)