Skip to content

Commit

Permalink
fix: Disable ScheduleCrawlJobs AB#7649 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFidge authored Jan 31, 2022
1 parent cfdaa0f commit 6682fbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public override IEnumerable<string> WebhookManagementEndpoints(IEnumerable<strin
throw new NotImplementedException();
}

public override bool ScheduleCrawlJobs => false;
public string Icon { get; } = Constants.Icon;
public string Domain { get; } = Constants.Domain;
public string About { get; } = Constants.About;
Expand Down

0 comments on commit 6682fbf

Please sign in to comment.