vibex-sh 0.9.6 → 0.9.7
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.
- package/index.js +1 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -649,9 +649,7 @@ async function main() {
|
|
|
649
649
|
const defaultWorkerUrl = 'https://vibex-ingest.prop.workers.dev';
|
|
650
650
|
ingestUrl = `${defaultWorkerUrl}/api/v1/ingest`;
|
|
651
651
|
}
|
|
652
|
-
|
|
653
|
-
console.log(` 📤 Sending log to: ${ingestUrl}`);
|
|
654
|
-
|
|
652
|
+
|
|
655
653
|
// Build headers - only include Authorization if token exists
|
|
656
654
|
const headers = {
|
|
657
655
|
'Content-Type': 'application/json',
|