Skip to content

Commit

Permalink
fixed missed NumberInsight instanciation (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabeb Othmani authored and smithrobs committed Mar 5, 2018
1 parent 12773ae commit 1030abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nexmo.Api/Client/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ private void PropagateCredentials()
Application = new ClientMethods.Application(Credentials);
Call = new ClientMethods.Call(Credentials);
Number = new ClientMethods.Number(Credentials);
NumberInsight = new ClientMethods.NumberInsight(Credentials);
NumberVerify = new ClientMethods.NumberVerify(Credentials);
Search = new ClientMethods.Search(Credentials);
ShortCode = new ClientMethods.ShortCode(Credentials);
Expand Down

0 comments on commit 1030abe

Please sign in to comment.