aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Services/Processors/ShapeProcessor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enmarcha.Backend/Services/Processors/ShapeProcessor.cs')
-rw-r--r--src/Enmarcha.Backend/Services/Processors/ShapeProcessor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Enmarcha.Backend/Services/Processors/ShapeProcessor.cs b/src/Enmarcha.Backend/Services/Processors/ShapeProcessor.cs
index f3af3a5..76f896f 100644
--- a/src/Enmarcha.Backend/Services/Processors/ShapeProcessor.cs
+++ b/src/Enmarcha.Backend/Services/Processors/ShapeProcessor.cs
@@ -13,7 +13,7 @@ public class ShapeProcessor : IArrivalsProcessor
public Task ProcessAsync(ArrivalsContext context)
{
- if (context.IsReduced)
+ if (context.IsReduced || context.IsNano)
{
return Task.CompletedTask;
}