Skip to content

Commit

Permalink
feat: Add Customer Configurable Standardization (#21)
Browse files Browse the repository at this point in the history
Remove __weak designator to make it useable before initialization
  • Loading branch information
einsteinx2 authored Jul 14, 2023
1 parent 31bd3e1 commit 4f6d00b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif
#endif

__weak static NSString* (^customNameStandardization)(NSString* name) = nil;
static NSString* (^customNameStandardization)(NSString* name) = nil;

@interface MPKitFirebaseGA4Analytics () <MPKitProtocol> {
BOOL forwardRequestsServerSide;
Expand Down

0 comments on commit 4f6d00b

Please sign in to comment.