Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multipart Upload for Citizen Report #773

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Multipart Upload for Citizen Report #773

merged 5 commits into from
Oct 17, 2024

Conversation

dragos1195
Copy link
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
Copy link

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 Note

Avoid automated semicolon insertion (93% of all statements in
the enclosing function
have an explicit semicolon).
}
}

}

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (90% of all statements in
the enclosing function
have an explicit semicolon).
@luciatugui luciatugui merged commit cb7ac10 into mobile Oct 17, 2024
3 checks passed
@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
2 participants