Skip to content

Multipart Upload for Citizen Report#773

Merged
luciatugui merged 5 commits intomobilefrom
fix/upload-v2
Oct 17, 2024
Merged

Multipart Upload for Citizen Report#773
luciatugui merged 5 commits intomobilefrom
fix/upload-v2

Conversation

@dragos1195
Copy link
Copy Markdown
Collaborator

No description provided.

@dragos1195 dragos1195 added the bug Something isn't working label Oct 17, 2024
@dragos1195 dragos1195 self-assigned this Oct 17, 2024
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
votemonitor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 0:06am


if (attachments && Object.keys(attachments).length > 0) {
setIsUploading(true);
const attachmentArray: { questionId: string, fileMetadata: FileMetadata, id: string }[] = Object.entries(attachments).map(([questionId, attachments]) => attachments.map(a => ({ ...a, questionId }))).flat()

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (92% of all statements in [the enclosing function](1) have an explicit semicolon).
}
}

}

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (92% of all statements in [the enclosing function](1) have an explicit semicolon).
@luciatugui luciatugui merged commit cb7ac10 into mobile Oct 17, 2024
@luciatugui luciatugui deleted the fix/upload-v2 branch October 17, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🕹️ Upload files directly to S3 instead through backend 🕹️ Allow Online-Only file upload

3 participants