Skip to content

Commit

Permalink
remove non-prop
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Nov 26, 2023
1 parent 4dff896 commit aaae4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/types/server-handlers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export interface ServerHandlers {

'gocardless-get-banks': (country: string) => Promise<{
data: GoCardlessInstitution[];
error?: { status: string; reason: string };
error?: { reason: string };
}>;

'gocardless-poll-web-token-stop': () => Promise<'ok'>;
Expand Down

0 comments on commit aaae4fd

Please sign in to comment.