@xano/cli 1.0.2-beta.8 → 1.0.2

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.
@@ -100,6 +100,8 @@ Review session started!
100
100
  catch {
101
101
  // fall through
102
102
  }
103
- return instanceOrigin;
103
+ // Strip any trailing slash so callers can safely append `/impersonate`
104
+ // without producing a double slash.
105
+ return instanceOrigin.replace(/\/+$/, '');
104
106
  }
105
107
  }