From 8c025ecc54beee82a2d3a7ed33f3e0791fc587bf Mon Sep 17 00:00:00 2001 From: Ronald Barendse Date: Wed, 13 Nov 2024 09:54:41 +0100 Subject: [PATCH] Use IIndexRebuilder when resuming indexers --- src/Umbraco.Infrastructure/Suspendable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;