Skip to content

Commit

Permalink
#46
Browse files Browse the repository at this point in the history
Fixed codefactor issues
  • Loading branch information
mrksoftware committed May 31, 2019
1 parent f37e902 commit 374694c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Elfo.Wardein.Core/Models/CleanUp/CleanUpParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace Elfo.Wardein.Core.Models
{
public class CleanUpParams
{

[JsonProperty(PropertyName = "thresholdInSeconds")]
public int ThresholdInSeconds { get; set; }

Expand Down
1 change: 0 additions & 1 deletion Elfo.Wardein.Services/CacheCleanUpService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class CacheCleanUpService : MicroService, IMicroService
static Logger log = LogManager.GetCurrentClassLogger();

public void Start()

{
log.Info("---\tInitializing CacheCleanUpService\t---");
ConfigureScheduledServiceCheck();
Expand Down

0 comments on commit 374694c

Please sign in to comment.