remove another console.log
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m17s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m17s
This commit is contained in:
parent
8f03166903
commit
b51eff35fc
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ export const decryptQuery = (
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(decryptedData)
|
|
||||||
return decryptedData
|
return decryptedData
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
return ""
|
return ""
|
||||||
|
|
Reference in a new issue