diff --git a/Directory.Build.props b/Directory.Build.props
index 2d56e69..8859363 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -8,7 +8,7 @@
MIT
https://notifo.io
notifo xamarin firebase
- 1.2.1-beta3
+ 1.2.1-beta4
9
diff --git a/sdk/Notifo.SDK.Core/CommandQueue/DefaultCommandQueue.cs b/sdk/Notifo.SDK.Core/CommandQueue/DefaultCommandQueue.cs
index 9b0c484..d72a90b 100644
--- a/sdk/Notifo.SDK.Core/CommandQueue/DefaultCommandQueue.cs
+++ b/sdk/Notifo.SDK.Core/CommandQueue/DefaultCommandQueue.cs
@@ -46,8 +46,6 @@ public DefaultCommandQueue(
public async Task CompleteAsync(
CancellationToken ct)
{
- queue.CompleteAdding();
-
Trigger();
foreach (var trigger in commandTriggers.OfType())