Skip to content

Commit

Permalink
forcing GitHub action run
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Mar 15, 2021
1 parent 8096cda commit 081f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RingVideos/RingVideoApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ internal async Task<bool> SaveRecordingAsync(KoenZomers.Ring.Api.Entities.Doorbo
log.LogInformation($"Retrying: {attempt + 1}/10 for {filename}.");
}

} while (attempt < 10);
} while (attempt < 10);
return true;
}

Expand Down

0 comments on commit 081f74b

Please sign in to comment.