Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jan 4, 2024
1 parent ab72260 commit cd4891f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ - (void)log {
[self doesNotRecognizeSelector:_cmd];
}

- (NSString * _Nullable)headerValue {
return FIRHeaderValueFromHeartbeatsPayload([self flushHeartbeatsIntoPayload]);
}


@end

#pragma mark - FIRInstallationsAPIService + Internal
Expand Down

0 comments on commit cd4891f

Please sign in to comment.