Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Apr 23, 2024
1 parent c786af4 commit e08df6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions form-sharing/4-upsertAsanaTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn(state => {
assignee_section: '1203181218738601',
assignee: '473999120764595',
due_on: dueDate,
notes: `New form added to OpenFn: ${form.name}. Please review the Google Sheet and add the manual values missing: https://docs.google.com/spreadsheets/d/1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY/edit#gid=0`,
notes: `New form added to OpenFn: ${form.name}. Please review the Google Sheet and add the manual values missing: https://docs.google.com/spreadsheets/d/1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY/edit#gid=1559623602`,
};
});

Expand All @@ -22,7 +22,7 @@ fn(state => {
//upsert Asana task if new form shared notification needed
each(
'$.asanaTasks[*]',
upsertTask('1198901998266253', {
upsertTask('1198901998266253', { //project_id
externalId: 'name',
data: state => state.data,
})
Expand Down

0 comments on commit e08df6c

Please sign in to comment.