Skip to content

Commit c2bf7a4

Browse files
fix: address gemini pr comment and move the export in a alphabetical order
1 parent 9baddb5 commit c2bf7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ export { default as PayoutAPI } from "./payout";
1515
export { default as Platforms } from "./platforms";
1616
export { default as PosMobileAPI } from "./posMobile";
1717
export { default as RecurringAPI } from "./recurring";
18+
export { default as SessionAuthenticationAPI } from "./sessionAuthentication";
1819
export { default as StoredValueAPI } from "./storedValue";
1920
export { default as TerminalCloudAPI } from "./terminalCloudAPI";
2021
export { default as TerminalLocalAPI } from "./terminalLocalAPI";
2122
export { default as TerminalManagementAPI } from "./terminalManagementApi";
2223
export { default as TransfersAPI } from "./transfers";
23-
export { default as SessionAuthenticationAPI } from "./sessionAuthentication";

0 commit comments

Comments
 (0)