fix: Use originalUrl

This commit is contained in:
Dziurwa14
2026-02-13 03:49:23 +01:00
parent 8ea75028c4
commit daf11c7ccb
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: null,
longURL: originalUrl,
userAgent: userAgent
})
});
+1 -1
View File
@@ -384,7 +384,7 @@ async function verify(
api_key: null,
api_secret: null,
token,
longURL: null,
longURL: originalUrl,
userAgent: userAgent
})
});