We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fb939 commit fd6c4fbCopy full SHA for fd6c4fb
Src/Notion.Client/Api/FileUploads/Send/FileUploadsClient.cs
@@ -15,7 +15,7 @@ public async Task<SendFileUploadResponse> SendAsync(
15
throw new ArgumentNullException(nameof(sendFileUploadRequest));
16
}
17
18
- if (string.IsNullOrEmpty(sendFileUploadRequest.FileUploadId))
+ if (string.IsNullOrWhiteSpace(sendFileUploadRequest.FileUploadId))
19
{
20
throw new ArgumentNullException(nameof(sendFileUploadRequest.FileUploadId));
21
0 commit comments