Fixed dockerfile, added a docker-compose.yml, added db init function to run on every startup
This commit is contained in:
@@ -112,7 +112,7 @@ async function main( ) {
|
||||
}
|
||||
return false;
|
||||
})( ev );
|
||||
sendNotification(
|
||||
await sendNotification(
|
||||
`${today_prefix ? "TODAY " : ""}${notification_prefix ? notification_prefix + ": " : ""} ${ev.title} (${ TEventType[ ev.event_type ] })`,
|
||||
`${body}`
|
||||
// `${ev.link || "https://77th-jsoc.com/#/events"}`
|
||||
|
||||
Reference in New Issue
Block a user