diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-12-12 10:23:59 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-12-17 15:48:20 -0500 |
| commit | 98ce341c5fe8403b9dc5654fe18e1ebba61e68e4 (patch) | |
| tree | 88acdfafe32ad0f99effaaa89cc7d98db2141fda /src/push/app.rs | |
| parent | 522c1533a0af7af7d96bb4d6850ce0b2c8762e89 (diff) | |
Diffstat (limited to 'src/push/app.rs')
| -rw-r--r-- | src/push/app.rs | 2 |
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")?; |
