Skip to content

Commit

Permalink
fix: changed api service name in team flows api [WTEL-4474]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed May 1, 2024
1 parent 7f5c5ab commit b90bb8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TeamTriggerServiceApi } from 'webitel-sdk';
import { TeamTriggerServiceApiFactory } from 'webitel-sdk';
import {
getDefaultGetListResponse,
getDefaultGetParams,
Expand All @@ -13,7 +13,7 @@ import applyTransform, {
import instance from '../../../../../../../app/api/instance';
import configuration from '../../../../../../../app/api/openAPIConfig';

const flowSchemaService = new TeamTriggerServiceApi(configuration, '', instance);
const flowSchemaService = new TeamTriggerServiceApiFactory(configuration, '', instance);

const fieldsToSend = ['name', 'schema', 'enabled', 'description'];

Expand Down

0 comments on commit b90bb8d

Please sign in to comment.