Skip to content

Commit

Permalink
fix(notifications): set push credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi committed Jan 30, 2024
1 parent af051a6 commit 916f409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/notifications/src/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Executor {
.update_credentials(
user_id.to_string(),
UpdateCredentialsPayload {
provider_id: ProviderId::PushWebhook,
provider_id: ProviderId::Fcm,
integration_identifier: None,
credentials: Credentials {
webhook_url: "".to_string(),
Expand Down

0 comments on commit 916f409

Please sign in to comment.