Skip to content

Commit

Permalink
Added missing }
Browse files Browse the repository at this point in the history
Reported in #26 by @matias-kovero - thanks!
  • Loading branch information
otisg committed Apr 26, 2021
1 parent de68334 commit 7388ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ logger.info('hello', {id: 1})
logger.info('hello', {id: 'ID-1'})
// using a different type, OK no type conflict for the field 'id' in Elasticsearch//Sematext Cloud
// because we use a different type in the Elasticsearch//Sematext Cloud index
logger.info('hello', {type: 'my_type_with_string_ids',{id: 'ID-1'})
logger.info('hello', {type: 'my_type_with_string_ids',{id: 'ID-1'}})
```

## Security
Expand Down

0 comments on commit 7388ffb

Please sign in to comment.