Skip to content

Commit

Permalink
579-corrected the formatting for xeroclient.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy-tw committed Feb 2, 2024
1 parent 26c3298 commit 86df5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XeroClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import http = require('http');
export { TokenSet, TokenSetParameters } from 'openid-client';

export interface IXeroClientConfig {
clientId: string,
clientId: string,
clientSecret: string,
redirectUris?: string[],
grantType?: string;
Expand Down

0 comments on commit 86df5de

Please sign in to comment.