added pipeline latest

This commit is contained in:
suryac 2026-08-06 16:33:57 +05:30
parent a16959b265
commit 7a3a93d1de
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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,