Skip to content

Commit 2178a2a

Browse files
committed
Complete scope
1 parent 2a2b5c2 commit 2178a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Cms.Integrations.Automation.Zapier/Services/ZapierSubscriptionHookService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public bool TryGetByAlias(string contentTypeAlias, out IEnumerable<SubscriptionD
138138
? entities.Select(p => new SubscriptionDto { HookUrl = p.HookUrl })
139139
: null;
140140

141+
scope.Complete();
141142
return entities.Any();
142143
}
143144
}

0 commit comments

Comments
 (0)