mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 20:27:30 -04:00
We want to set the metadata on a file when rendering the check page, but not when rendering the preview of a letter. So let’s put the code that does that only in the place where we’re rendering the check page. This means not having to pass a variable around. Refactoring only; no functional changes.