Skip to content

Commit 65bb39c

Browse files
authored
fix: Add mising events_uri type to options (#133)
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my changes against all supported platform versions **Related issues** **Describe the solution you've provided** Add missing type which causing a static analyzer (dialyzer) error when calling the lib from elixir. **Describe alternatives you've considered** **Additional context**
1 parent a2fcd81 commit 65bb39c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ldclient_instance.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
base_uri => string(),
1818
stream_uri => string(),
1919
feature_store => atom(),
20+
events_uri => string(),
2021
events_capacity => pos_integer(),
2122
events_flush_interval => pos_integer(),
2223
events_dispatcher => atom(),

0 commit comments

Comments
 (0)