Skip to content

Commit 277cf9a

Browse files
authored
Merge branch 'main' into add-item-and-tracking-to-invoices
2 parents f2766ea + d0d038a commit 277cf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/xero-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class CustomConnectionsXeroClient extends MCPXeroClient {
9090

9191
public async getClientCredentialsToken(): Promise<TokenSet> {
9292
const scope =
93-
"accounting.transactions accounting.contacts accounting.settings accounting.reports.read accounting.transactions payroll.settings payroll.employees payroll.timesheets";
93+
"accounting.transactions accounting.contacts accounting.settings accounting.reports.read payroll.settings payroll.employees payroll.timesheets";
9494
const credentials = Buffer.from(
9595
`${this.clientId}:${this.clientSecret}`,
9696
).toString("base64");

0 commit comments

Comments
 (0)