Skip to content

Commit e987e0a

Browse files
authored
Merge pull request #82 from andyfelton-equatedigital/issue81
Corrected zapierFormSubscriptionHookService use of scope
2 parents 5b464bf + cbedba9 commit e987e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Forms.Integrations.Automation.Zapier/Services/ZapierFormSubscriptionHookService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public bool TryGetById(string id, out IEnumerable<SubscriptionDto> dto)
3232

3333
dto = entities;
3434

35+
scope.Complete();
3536
return entities.Any();
3637
}
3738
}

0 commit comments

Comments
 (0)