Skip to content

Commit

Permalink
Only import type
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 21, 2024
1 parent 16b0789 commit e542fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundle/src/speech/CustomAudioInputStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {

import { isForbiddenPropertyName } from 'botframework-webchat-core';
import { v4 } from 'uuid';
import createDeferred, { DeferredPromise } from 'p-defer-es5';
import createDeferred, { type DeferredPromise } from 'p-defer-es5';

type AudioStreamNode = {
detach: () => Promise<void>;
Expand Down

0 comments on commit e542fed

Please sign in to comment.