-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
navins94
commented
Jan 31, 2024
•
edited
Loading
edited
- To see the specific tasks where the Asana app for GitHub is being used, see below:
- https://app.asana.com/0/0/1206460960683726
return updatedData; | ||
} | ||
} catch (error) { | ||
throw error; |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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.