Skip to content

Commit

Permalink
Merge pull request #271 from AndrewCS149/staging
Browse files Browse the repository at this point in the history
staging
  • Loading branch information
The-DevBlog authored Jul 6, 2024
2 parents 08bccd6 + 0483ab0 commit 7b405bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/Services/PostService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ private async Task<HttpResponseMessage> PostToMastodon(string description, IForm
var client = new MastodonClient("mastodon.social", _config.GetValue<string>("MastodonToken"));
var res = new HttpResponseMessage();


try
{
// add imgs to request
Expand Down

0 comments on commit 7b405bf

Please sign in to comment.