Skip to content

Commit

Permalink
Import fixes for adjustCapacityListener.private.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jul 3, 2024
1 parent 98609eb commit 06a5c75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

import { Context } from '@twilio-labs/serverless-runtime-types/types';
import {
EventFields,
EventType,
TASK_COMPLETED,
EventFields,
TaskrouterListener,
} from '@tech-matters/serverless-helpers/lib/taskrouter';
} from '@tech-matters/serverless-helpers/taskrouter';
import type { AdjustChatCapacityType } from '../adjustChatCapacity';

export const eventTypes: EventType[] = [TASK_COMPLETED];
Expand Down

0 comments on commit 06a5c75

Please sign in to comment.