Skip to content

Commit

Permalink
Undoing formatting mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
djdd87 committed Jan 26, 2022
1 parent e686cc1 commit 1f1f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SynoAI/Notifiers/Pushover/Pushover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public override async Task SendAsync(Camera camera, ProcessedImage processedImag
form.Add(imageContent, "attachment", "image.png");

// Remove content type that is not in the docs
foreach (var param in form)
foreach (var param in form)
{
param.Headers.ContentType = null;
}
Expand Down

0 comments on commit 1f1f233

Please sign in to comment.