Skip to content

Commit 1250173

Browse files
authored
Merge pull request #102 from umbraco/bugfix/zapier-complete-scope
Complete scope
2 parents f0073f1 + 25e3dad commit 1250173

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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
}

src/Umbraco.Cms.Integrations.Automation.Zapier/Umbraco.Cms.Integrations.Automation.Zapier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
1010
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/blob/main/src/Umbraco.Cms.Integrations.Automation.Zapier</PackageProjectUrl>
1111
<Product>Umbraco.Cms.Integrations.Automation.Zapier</Product>
12-
<Version>1.1.1</Version>
12+
<Version>1.1.2</Version>
1313
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
1414
<PackageIcon>zapier.png</PackageIcon>
1515
<PackageReadmeFile>readme.md</PackageReadmeFile>

0 commit comments

Comments
 (0)