Skip to content

Cleanup: receiptFilename is inconsistently being sent to the frontend #69259

Description

@tgolen

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

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions