summaryrefslogtreecommitdiff
path: root/src/push/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/push/app.rs')
-rw-r--r--src/push/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push/app.rs b/src/push/app.rs
index ebfc220..f7846a6 100644
--- a/src/push/app.rs
+++ b/src/push/app.rs
@@ -101,7 +101,7 @@ where
let failures = self
.publisher
- .publish(Heartbeat::Heartbeat, signer, subscriptions)
+ .publish(Heartbeat::Heartbeat, &signer, &subscriptions)
.await
.fail("Failed to send push message")?;