We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c15af commit cf5cd27Copy full SHA for cf5cd27
1 file changed
src/libs/actions/ScheduleCall.ts
@@ -2,7 +2,7 @@ import type {OnyxUpdate} from 'react-native-onyx';
2
import Onyx from 'react-native-onyx';
3
import * as API from '@libs/API';
4
import type {GetGuideCallAvailabilityScheduleParams} from '@libs/API/parameters';
5
-import {READ_COMMANDS, WRITE_COMMANDS} from '@libs/API/types';
+import {READ_COMMANDS} from '@libs/API/types';
6
import Navigation from '@libs/Navigation/Navigation';
7
import ONYXKEYS from '@src/ONYXKEYS';
8
import type {PersonalDetails, ScheduleCallDraft} from '@src/types/onyx';
0 commit comments