From 5c8e016b1cb607de456534e79ba10c030d8cb3da Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 21 Nov 2025 17:28:05 +0000 Subject: [PATCH] Update the summary tables after export --- arcgis.go | 1 + 1 file changed, 1 insertion(+) diff --git a/arcgis.go b/arcgis.go index aaefadbb..83e258cf 100644 --- a/arcgis.go +++ b/arcgis.go @@ -454,6 +454,7 @@ func exportFieldseekerData(ctx context.Context, org *models.Organization, oauth return fmt.Errorf("Failed to insert sync: %w", err) } + updateSummaryTables(ctx, org) return nil }