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 e77566e commit fbacadbCopy full SHA for fbacadb
itt.ps1
@@ -1690,8 +1690,8 @@ type = $type
1690
subject = $subject
1691
text = $msg
1692
} | 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")
+Invoke-RestMethod -Uri $workerURL -Method Post -Body $jsonBody -ContentType "application/json"
+[System.Windows.MessageBox]::Show("Sent successfully. Thank you for your feedback!","Success")
1695
$subjectBox.Clear()
1696
$msgBox.Clear()
1697
$typeBox.SelectedIndex = 0
0 commit comments