From 86df5de28658e1a9798a3689582d7de210ad9484 Mon Sep 17 00:00:00 2001 From: sangeet-joy-tw <157606431+sangeet-joy-tw@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:48:17 +0530 Subject: [PATCH] 579-corrected the formatting for xeroclient.js file --- src/XeroClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XeroClient.ts b/src/XeroClient.ts index b94703ee..ba80ca5a 100644 --- a/src/XeroClient.ts +++ b/src/XeroClient.ts @@ -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;