Skip to content

Commit 7388ffb

Browse files
authored
Added missing }
Reported in #26 by @matias-kovero - thanks!
1 parent de68334 commit 7388ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ logger.info('hello', {id: 1})
8888
logger.info('hello', {id: 'ID-1'})
8989
// using a different type, OK no type conflict for the field 'id' in Elasticsearch//Sematext Cloud
9090
// because we use a different type in the Elasticsearch//Sematext Cloud index
91-
logger.info('hello', {type: 'my_type_with_string_ids',{id: 'ID-1'})
91+
logger.info('hello', {type: 'my_type_with_string_ids',{id: 'ID-1'}})
9292
```
9393

9494
## Security

0 commit comments

Comments
 (0)