Skip to content

Commit 512548c

Browse files
Initial commit
Signed-off-by: Lyns <lotsofthoughts@lynsei.com>
1 parent 33037b8 commit 512548c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/func_report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as $error from "./func_error.ts";
1010
* @param message - The message to be sent to Teams Hook URL via POST.
1111
* @returns responseText - The response object text from the TEAMS_WEB_HOOK promise response
1212
*/
13-
export async function notifyTeams(message: string) {
13+
export async function notifyTeams(message: string): Promise<string | boolean> {
1414
$error.logErrorWithType(
1515
`Attempted Teams Webhook Message: ${message}`,
1616
'', 'brightBlue', ' ╰─── '

0 commit comments

Comments
 (0)