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 33037b8 commit 512548cCopy full SHA for 512548c
src/func_report.ts
@@ -10,7 +10,7 @@ import * as $error from "./func_error.ts";
10
* @param message - The message to be sent to Teams Hook URL via POST.
11
* @returns responseText - The response object text from the TEAMS_WEB_HOOK promise response
12
*/
13
-export async function notifyTeams(message: string) {
+export async function notifyTeams(message: string): Promise<string | boolean> {
14
$error.logErrorWithType(
15
`Attempted Teams Webhook Message: ${message}`,
16
'', 'brightBlue', ' ╰─── '
0 commit comments