Skip to content

[NOTASK] Fix onboarding pdf file bug#3679

Open
Yannick1712 wants to merge 1 commit intodevelopfrom
feature/NOTASK-Onboarding-pdf-file-bug
Open

[NOTASK] Fix onboarding pdf file bug#3679
Yannick1712 wants to merge 1 commit intodevelopfrom
feature/NOTASK-Onboarding-pdf-file-bug

Conversation

@Yannick1712
Copy link
Copy Markdown
Member

Release Checklist

Pre-Release

  • Check migrations
    • No database related infos (sqldb-xxx)
    • Impact on GS (new/removed columns)
  • Check for linter errors (in PR)
  • Test basic user operations (on DFX services)
    • Login/logout
    • Buy/sell payment request
    • KYC page

Post-Release

  • Test basic user operations
  • Monitor application insights log

Comment on lines +33 to +34
async getUserDataKycFiles(userDataId: number, relations: FindOptionsRelations<KycFile> = {}): Promise<KycFile[]> {
return this.kycFileRepository.findCached(`userData-${userDataId}-${relations}`, {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.stringify(relations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants