Revert "fix: Use originalUrl"

This commit is contained in:
Dziurwa14
2026-02-13 03:56:14 +01:00
parent daf11c7ccb
commit 56a4966567
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ async function verify(qrCodeUrlStr: string) {
api_key: null,
api_secret: null,
token,
longURL: originalUrl,
longURL: null,
userAgent: userAgent
})
});
+1 -1
View File
@@ -384,7 +384,7 @@ async function verify(
api_key: null,
api_secret: null,
token,
longURL: originalUrl,
longURL: null,
userAgent: userAgent
})
});