chore(task_queue): add logging

This commit is contained in:
Paul
2021-11-02 13:41:08 +00:00
parent 012a30ce61
commit 8eb6f5a8af
5 changed files with 16 additions and 16 deletions

View File

@@ -63,6 +63,8 @@ pub async fn run() {
let msg = builder.build().unwrap();
client.send(msg).await.ok();
info!("Sent Web Push notification to {:?}.", session.id);
}
}
}