remove another console.log
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m17s

This commit is contained in:
Fijxu 2025-03-17 16:44:31 -03:00
parent 8f03166903
commit b51eff35fc
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -54,7 +54,6 @@ export const decryptQuery = (
),
);
console.log(decryptedData)
return decryptedData
} catch (_) {
return ""