first commit
This commit is contained in:
8
accounts/misc.js
Executable file
8
accounts/misc.js
Executable file
@ -0,0 +1,8 @@
|
||||
function shitHitTheFan(msg) {
|
||||
console.error("smth bad, ", msg);
|
||||
fetch("https://ntfy.sh/" + process.env.NTFY_ALERT, {
|
||||
method: "POST",
|
||||
body: msg,
|
||||
});
|
||||
}
|
||||
export { };
|
Reference in New Issue
Block a user