Skip to content

Commit cbedba9

Browse files
Corrected to complete scope
1 parent 310720b commit cbedba9

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)