Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Mar 15, 2024
1 parent fe113e7 commit 9f27106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/API/parameters/OpenPlaidBankLoginParams.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type OpenPlaidBankLoginParams = {
redirectURI: string | undefined;
androidPackage?: string,
androidPackage?: string;
allowDebit: boolean;
bankAccountID: number;
};
Expand Down

0 comments on commit 9f27106

Please sign in to comment.