Skip to content

Commit

Permalink
Update Monitor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
uilton-oliveira committed Jan 31, 2022
1 parent 1e4ffa6 commit b653fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private void ForceImport()
private void Scan()
{
var rawJson = Get($"/api/wanted/missing?pageSize=50&apikey={Settings.APIKey}");
if (String.IsNullOrEmpty(rawJson) {
if (String.IsNullOrEmpty(rawJson)) {
Console.WriteLine($"{Settings.Provider()} GET returned null or empty, skipping...");
return;
})
Expand Down

0 comments on commit b653fe6

Please sign in to comment.