Coming from Slack
Problem
When this PR added a frontend migration to rename receiptFilename to filename, it only corrected one place in the backend PR. There are multiple places in the backend where receiptFilename is being sent to the frontend, so the frontend migration is still happening and it wastes app startup time.
Solution
Find the other places in the backend that are returning receiptFilename and have them return filename instead.
Remove the frontend migration.
cc @shubham1206agra
Coming from Slack
Problem
When this PR added a frontend migration to rename
receiptFilenametofilename, it only corrected one place in the backend PR. There are multiple places in the backend wherereceiptFilenameis being sent to the frontend, so the frontend migration is still happening and it wastes app startup time.Solution
Find the other places in the backend that are returning
receiptFilenameand have them returnfilenameinstead.Remove the frontend migration.
cc @shubham1206agra