diff --git a/src/Umbraco.Infrastructure/Suspendable.cs b/src/Umbraco.Infrastructure/Suspendable.cs index ec2ffcf3f5..057829e120 100644 --- a/src/Umbraco.Infrastructure/Suspendable.cs +++ b/src/Umbraco.Infrastructure/Suspendable.cs @@ -82,7 +82,7 @@ public static class Suspendable _suspended = true; } - public static void ResumeIndexers(ExamineIndexRebuilder backgroundIndexRebuilder) + public static void ResumeIndexers(IIndexRebuilder backgroundIndexRebuilder) { _suspended = false;