Skip to content

Commit

Permalink
Merge branch 'main' into cleanup-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 authored Sep 17, 2023
2 parents 084cb51 + 77cbd9d commit 1dc337b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const send = functions.https.onCall(async (data, context) => {
ws.send(`NICK ${userChannel}`);
ws.send(`PRIVMSG #${targetChannel} :${message}`);
ws.close();
return;
}

throw new functions.https.HttpsError("invalid-argument", "invalid provider");
Expand Down

0 comments on commit 1dc337b

Please sign in to comment.