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

Feature/1105 download monitoring json #1110

Merged
merged 5 commits into from
Feb 1, 2024

Conversation

navins94
Copy link
Contributor

@navins94 navins94 commented Jan 31, 2024


@navins94 navins94 self-assigned this Jan 31, 2024
return updatedData;
}
} catch (error) {
throw error;
Copy link
Member

Choose a reason for hiding this comment

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

Please show the error with it's error code like this: https://app.asana.com/0/1204676393419426/1204615985394950/f

ToastAndroid.show(trans.syncingSuccessText, ToastAndroid.LONG);
}
} catch (error) {
ToastAndroid.show(trans.syncingFailedText, ToastAndroid.LONG);
Copy link
Member

Choose a reason for hiding this comment

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

same as above

const insertQuery = query.insert('monitoring', {
formId: formId,
uuid: formJSON?.uuid,
administration: formJSON?.uuid,
Copy link
Member

Choose a reason for hiding this comment

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

formJSON.administration

addForm: async ({ formId, formJSON }) => {
const insertQuery = query.insert('monitoring', {
formId: formId,
uuid: formJSON?.uuid,
Copy link
Member

Choose a reason for hiding this comment

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

remove ? it should be strict.

@dedenbangkit dedenbangkit merged commit c8e0f0d into develop Feb 1, 2024
2 checks passed
@dedenbangkit dedenbangkit deleted the feature/1105-download-monitoring-JSON branch February 1, 2024 06:19
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