Skip to content

Commit

Permalink
fix: Add mising event_uri type to options
Browse files Browse the repository at this point in the history
  • Loading branch information
trod committed Sep 21, 2024
1 parent a2fcd81 commit 1a41b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ldclient_instance.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
base_uri => string(),
stream_uri => string(),
feature_store => atom(),
events_uri => string(),
events_capacity => pos_integer(),
events_flush_interval => pos_integer(),
events_dispatcher => atom(),
Expand Down

0 comments on commit 1a41b7e

Please sign in to comment.