diff --git a/process/init/get-data.ts b/process/init/get-data.ts index 915ebc1..ad23c19 100644 --- a/process/init/get-data.ts +++ b/process/init/get-data.ts @@ -224,7 +224,7 @@ export async function getCRMData(apolloClient: ApolloClient, us label: `${x?.label} (${x?.evo_graph_price} руб.)`, })); - const selectNSIB = addproductTypes.evo_addproduct_types?.filter( + const selectInsNSIB = addproductTypes.evo_addproduct_types?.filter( (x) => x?.evo_product_type === 100_000_002 ); @@ -242,7 +242,7 @@ export async function getCRMData(apolloClient: ApolloClient, us selectTechnicalCard, selectTelematic, selectTracker, - selectNSIB, + selectInsNSIB, }, tables: { insurance: insuranceData,