Skip to content

Commit d51bc6b

Browse files
committed
fix: incorrect route
1 parent bc76904 commit d51bc6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ROUTES.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ const ROUTES = {
21262126
if (!policyID) {
21272127
Log.warn('Invalid policyID is used to build the POLICY_ACCOUNTING_XERO_TRACKING_CATEGORIES route');
21282128
}
2129-
return `settings/workspaces/${policyID}/accounting/xero/import/tracking-categories` as const;
2129+
return `workspaces/${policyID}/accounting/xero/import/tracking-categories` as const;
21302130
},
21312131
},
21322132
POLICY_ACCOUNTING_XERO_TRACKING_CATEGORIES_MAP: {

0 commit comments

Comments
 (0)