Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libs/actions/IOU/SendMoney.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {Str} from 'expensify-common';
import type {OnyxEntry, OnyxUpdate} from 'react-native-onyx';
import Onyx from 'react-native-onyx';
import type {PaymentMethodType} from '@components/KYCWall/types';
import {isEmptyObject} from '@github/libs/isEmptyObject';
import * as API from '@libs/API';
import type {SendMoneyParams} from '@libs/API/parameters';
import {WRITE_COMMANDS} from '@libs/API/types';
Expand All @@ -27,6 +26,7 @@ import ONYXKEYS from '@src/ONYXKEYS';
import type * as OnyxTypes from '@src/types/onyx';
import type {Participant} from '@src/types/onyx/IOU';
import type {Receipt} from '@src/types/onyx/Transaction';
import {isEmptyObject} from '@src/types/utils/EmptyObject';
import {dismissModalAndOpenReportInInboxTab} from '.';

type SendMoneyParamsData = {
Expand Down
Loading