Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisbattarbee committed Apr 5, 2024
1 parent 7e6c992 commit 540c2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/jobs/twitter_post/twitter_post_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func generateTweet(db *db.DbClient, incident api.Incident) (string, error) {
incident.Description = new(string)
}

tweet := fmt.Sprintf(`🔥 %s Incident 🔥\r\rTitle: %s\r\rDescription: %s\r\rIncident Deeplink: %s\r\rStatusphere: https://metoro.io/statusphere/status/%s\r\r#outage #incident`, statusPage.Name, incident.Title, *incident.Description, incident.DeepLink, statusPage.Name)
tweet := fmt.Sprintf(`🔥 %s Incident - Is %s down? 🔥\r\rTitle: %s\r\rDescription: %s\r\rIncident Deeplink: %s\r\rStatusphere: https://metoro.io/statusphere/status/%s\r\r#outage #incident`, statusPage.Name, statusPage.Name, incident.Title, *incident.Description, incident.DeepLink, statusPage.Name)

return tweet, nil
}
Expand Down

0 comments on commit 540c2fa

Please sign in to comment.