Skip to content

Commit 9bacc4e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
private void OnSupportRequest(string userMessage)
44
{
55
// Assuming the GetSupportFiles method returns a List or similar collection.
6-
IReadOnlyList<SupportFile> 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);
1010
}
11-
```
11+
```

0 commit comments

Comments
 (0)