Skip to content

Commit 44fd4c1

Browse files
refactor(SwapTokenPositions): rename main function to SwapTokenPositionsMod for clarity
Signed-off-by: Steve Roberts <steve@shadowcomputers.co.uk>
1 parent 5759a40 commit 44fd4c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SwapTokenPositions/1.0.0/SwapTokenPositions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @lastUpdated 2026-04-24
1515
* @license MIT
1616
*/
17-
const SwapTokenPositions = (() => {
17+
const SwapTokenPositionsMod = (() => {
1818
"use strict";
1919

2020
/**

SwapTokenPositions/SwapTokenPositions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @lastUpdated 2026-04-24
1515
* @license MIT
1616
*/
17-
const SwapTokenPositions = (() => {
17+
const SwapTokenPositionsMod = (() => {
1818
"use strict";
1919

2020
/**

0 commit comments

Comments
 (0)