Skip to content

Commit fe7c596

Browse files
author
Eirini
committed
feat: make appIdentifier optional in Client constructor
1 parent eb85bcf commit fe7c596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tinify/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal sealed class ErrorData
3232

3333
private readonly HttpClient _client;
3434

35-
public Client(string key, string appIdentifier)
35+
public Client(string key, string appIdentifier = null)
3636
: this(key, appIdentifier, (string)null)
3737
{
3838
}

0 commit comments

Comments
 (0)