@xano/cli 1.0.2-beta.7 → 1.0.2-beta.9

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.
@@ -89,6 +89,8 @@ Review session started!
89
89
  catch {
90
90
  // fall through
91
91
  }
92
- return instanceOrigin;
92
+ // Strip any trailing slash so callers can safely append `/impersonate`
93
+ // without producing a double slash.
94
+ return instanceOrigin.replace(/\/+$/, '');
93
95
  }
94
96
  }