Skip to content

Commit 51a133d

Browse files
authored
Update log-file-retrieval-windows.md
1 parent 9bacc4e commit 51a133d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/includes/log-file-retrieval-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
private void OnSupportRequest(string userMessage)
44
{
55
// Assuming the GetSupportFiles method returns a List or similar collection.
6-
IReadOnlyList<String> supportFiles = callClient.DebugDetails.SupportFiles;
6+
IReadOnlyList<string> supportFiles = callClient.DebugDetails.SupportFiles;
77

88
// Send the files and any user message to your Ticket System
99
DispatchSupportRequestToBackend(userMessage, supportFiles);

0 commit comments

Comments
 (0)