Skip to content

Commit 648f66f

Browse files
committed
Bump
1 parent 5bc74f2 commit 648f66f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

NBi.Core/Api/Authentication/ApiKey.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ public ApiKeyAuthenticator(string name, string value)
3232
=> (Name, Value) = (name, value);
3333

3434
public void Authenticate(IRestClient client, IRestRequest request)
35-
{
36-
request.AddHeader(Name, Value);
37-
}
35+
=> request.AddHeader(Name, Value);
3836
}
3937
}
4038
}

0 commit comments

Comments
 (0)