Update the summary tables after export

This commit is contained in:
Eli Ribble 2025-11-21 17:28:05 +00:00
parent 009dc29e5d
commit 5c8e016b1c
No known key found for this signature in database

View file

@ -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
}