Skip to content

Commit 6f30aee

Browse files
manhhailuamickhansen
authored andcommitted
Unexpected brackets in example (#336)
remove "{ }"
1 parent 2b6135e commit 6f30aee

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,7 @@ Should be used with fields of type `GraphQLList`.
392392
```js
393393
import {defaultListArgs} from 'graphql-sequelize'
394394

395-
args: {
396-
_.assign(defaultListArgs(), {
397-
// ... additional args
398-
})
399-
}
395+
args: _.assign(defaultListArgs(), {
396+
// ... additional args
397+
})
400398
```

0 commit comments

Comments
 (0)