Skip to content

Commit

Permalink
fixed edge function setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Sneed committed Oct 15, 2020
1 parent 4b6de5d commit 5f3d3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Segment/Classes/SEGAnalyticsConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ - (void)setMiddlewares:(NSArray<id<SEGMiddleware>> *)middlewares

- (void)setEdgeFunctionMiddleware:(id<SEGEdgeFunctionMiddleware>)edgeFunctionMiddleware
{
_edgeFunctionMiddleware = edgeFunctionMiddleware;
self.sourceMiddleware = edgeFunctionMiddleware.sourceMiddleware;
self.destinationMiddleware = edgeFunctionMiddleware.destinationMiddleware;
}
Expand Down

0 comments on commit 5f3d3e8

Please sign in to comment.