Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
Change-Id: I272bdf3bbf7cda9973fbda409fab91e19fda6e1f
  • Loading branch information
Raibaz committed Mar 7, 2024
1 parent fe228e2 commit 278bb14
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ internal class GoogleAdsServiceClientFactory : AdsServiceClientFactory
/// </summary>
private CachedChannelFactory channelFactory = new CachedChannelFactory();

internal GoogleAdsServiceClientFactory(): this(new List<Interceptor>()) {
}

internal GoogleAdsServiceClientFactory(List<Interceptor> userInterceptors)
{
this.userInterceptors = userInterceptors;
Expand Down

0 comments on commit 278bb14

Please sign in to comment.