Skip to content

Commit

Permalink
Fix import file
Browse files Browse the repository at this point in the history
  • Loading branch information
osakila committed Dec 19, 2023
1 parent d68b296 commit 5678717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-rn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
cd ./react-native
yarn install
yarn prepack
yarn test --collectCoverage
- name: Archive code coverage results
if: always()
Expand Down
4 changes: 2 additions & 2 deletions react-native/src/theta-repository/options/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import type { VideoStitchingEnum } from './option-video-stitching';
import type { VisibilityReductionEnum } from './option-visibility-reduction';
import type { WhiteBalanceAutoStrengthEnum } from './option-white-balance-auto-strength';
import type { WlanFrequencyEnum } from './option-wlan-frequency';
import { OffDelayEnum } from './option-off-delay';
import { SleepDelayEnum } from './option-sleep-delay';
import type { OffDelayEnum } from './option-off-delay';
import type { SleepDelayEnum } from './option-sleep-delay';

/** Aperture value. */
export const ApertureEnum = {
Expand Down

0 comments on commit 5678717

Please sign in to comment.