Fix serialization.

This commit is contained in:
Paul Makles
2020-04-13 16:29:48 +01:00
parent 577f25642e
commit 0f793f84a2
7 changed files with 83 additions and 31 deletions

View File

@@ -20,6 +20,7 @@ use std::thread;
fn main() {
dotenv::dotenv().ok();
database::connect();
notifications::start_worker();
thread::spawn(|| {
notifications::pubsub::launch_subscriber();