@golemio/pid 3.10.1-dev.1752711127 → 3.10.1-dev.1755274085

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ RETURNS TEXT AS $$
3
3
  DECLARE
4
4
  stop_ids TEXT;
5
5
  BEGIN
6
- SELECT STRING_AGG(stop_id::TEXT, ', ') INTO stop_ids
6
+ SELECT STRING_AGG(stop_id::TEXT, ',') INTO stop_ids
7
7
  FROM ropidgtfs_stops
8
8
  WHERE asw_node_id = aswnodeid
9
9
  AND platform_code = platformcode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "3.10.1-dev.1752711127",
3
+ "version": "3.10.1-dev.1755274085",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",