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