Skip to content

Commit

Permalink
fix: CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Swor71 committed Dec 29, 2023
1 parent 4064f8c commit 47634ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/libs/actions/BankAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ type ReimbursementAccountSubStep = BankAccountSubStep | '';

type PlaidBankAccountToConnect = Omit<PlaidBankAccount, 'isSavings' | 'addressName' | 'mask'>;

type BusinessAddress = {addressStreet?: string; addressCity?: string; addressState?: string; addressZipCode?: string};
type BusinessAddress = {
addressStreet?: string;
addressCity?: string;
addressState?: string;
addressZipCode?: string;
};

function clearPlaid(): Promise<void> {
Onyx.set(ONYXKEYS.PLAID_LINK_TOKEN, '');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type BusinessInfoOnyxProps = {
};

type BusinessInfoProps = BusinessInfoOnyxProps & {
/* The workspace policyID */
/** The workspace policyID */
policyID: string;

/** Goes to the previous step */
Expand Down

0 comments on commit 47634ab

Please sign in to comment.