Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Jul 11, 2024
1 parent a65caf2 commit 1d1605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rtc/src/helper/ImplHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
UID,
} from 'agora-rtc-sdk-ng';

import { IrisClient } from 'src/engine/IrisClient';
import { IrisClient } from '../engine/IrisClient';

import { IrisAudioSourceType } from '../base/BaseType';

Check failure on line 16 in packages/rtc/src/helper/ImplHelper.ts

View workflow job for this annotation

GitHub Actions / build

`../base/BaseType` import should occur before import of `../engine/IrisClient`

Check failure on line 16 in packages/rtc/src/helper/ImplHelper.ts

View workflow job for this annotation

GitHub Actions / Test PR

`../base/BaseType` import should occur before import of `../engine/IrisClient`
import {
Expand Down

0 comments on commit 1d1605f

Please sign in to comment.