added pipeline latest
This commit is contained in:
parent
a16959b265
commit
7a3a93d1de
@ -143,7 +143,7 @@ export function DynamicForm({ client, activityId: initialActivityId, instanceId:
|
|||||||
try {
|
try {
|
||||||
const headers: Record<string, string> = {
|
const headers: Record<string, string> = {
|
||||||
'templateid': '192',
|
'templateid': '192',
|
||||||
'x-pipeline-version': 'draft'
|
'x-pipeline-version': 'latest'
|
||||||
};
|
};
|
||||||
headers['orgid'] = '57';
|
headers['orgid'] = '57';
|
||||||
headers['groupid'] = '25';
|
headers['groupid'] = '25';
|
||||||
|
|||||||
@ -68,7 +68,7 @@ export function NearestStoresMap() {
|
|||||||
'groupid': '25',
|
'groupid': '25',
|
||||||
'orgid': '57',
|
'orgid': '57',
|
||||||
'templateid': '189',
|
'templateid': '189',
|
||||||
'x-pipeline-version': 'draft'
|
'x-pipeline-version': 'latest'
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
latitude: lat,
|
latitude: lat,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user