1
0
Fork 0

refactor: send drink reminder message, drop @sentry/node

This commit is contained in:
Vojtěch Mareš 2023-07-31 15:32:27 +09:00
parent a39cc7ff89
commit 9755b4554f
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 24 additions and 380 deletions

View file

@ -1,5 +1,5 @@
{
"name": "discord-notifications",
"name": "wsj-drink",
"version": "0.0.0",
"description": "",
"main": "app.js",
@ -9,7 +9,6 @@
"author": "Vojtech Mares <iam@vojtechmares.com>",
"license": "UNLICENSED",
"dependencies": {
"@sentry/node": "^6.19.7",
"axios": "^0.27.2"
"axios": "^1.4.0"
}
}