summaryrefslogtreecommitdiff
path: root/nodejs/lib/utils.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nodejs/lib/utils.js (renamed from nodejs/automation/utils.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodejs/automation/utils.js b/nodejs/lib/utils.js
index 01ce1ad..1d2e451 100644
--- a/nodejs/automation/utils.js
+++ b/nodejs/lib/utils.js
@@ -1,3 +1,3 @@
-export function waypointToSystem(waypoint) {
+export function systemFromWaypoint(waypoint) {
return waypoint.split('-').slice(0,2).join('-');
}