Skip to content

Commit fbacadb

Browse files
committed
Update itt.ps1
1 parent e77566e commit fbacadb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itt.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,8 +1690,8 @@ type = $type
16901690
subject = $subject
16911691
text = $msg
16921692
} | ConvertTo-Json
1693-
$response = Invoke-RestMethod -Uri $workerURL -Method Post -Body $jsonBody -ContentType "application/json"
1694-
[System.Windows.MessageBox]::Show("Feedback sent successfully!`n$response","Success")
1693+
Invoke-RestMethod -Uri $workerURL -Method Post -Body $jsonBody -ContentType "application/json"
1694+
[System.Windows.MessageBox]::Show("Sent successfully. Thank you for your feedback!","Success")
16951695
$subjectBox.Clear()
16961696
$msgBox.Clear()
16971697
$typeBox.SelectedIndex = 0

0 commit comments

Comments
 (0)