From 48f9eab6952d7b8f98c1e689ee2f088c07e4bbac Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:53:57 +0000 Subject: [PATCH] Remove a comment --- app/services/exports/xml_export_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/exports/xml_export_service.rb b/app/services/exports/xml_export_service.rb index 946ffe070..d499dd518 100644 --- a/app/services/exports/xml_export_service.rb +++ b/app/services/exports/xml_export_service.rb @@ -32,7 +32,7 @@ module Exports end def write_export_archive(export, year, recent_export, full_update) - archive = get_archive_name(year, export.base_number, export.increment_number) # archive name would be the same for all logs because they're already filtered by year (?) + archive = get_archive_name(year, export.base_number, export.increment_number) initial_count = retrieve_resources(recent_export, full_update, year).count @logger.info("Creating #{archive} - #{initial_count} resources")