Skip to content

Commit d0d038a

Browse files
authored
Remove duplicate accounting.transactions scope (#71)
1 parent 7495083 commit d0d038a

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)