chore: fix prettier formatting

This commit is contained in:
Kirill
2026-05-20 19:33:13 +05:00
parent faac332138
commit 3177413acd
6 changed files with 127 additions and 145 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ function isYookassaIp(ip) {
}
function isTestMode() {
return (process.env.YOOKASSA_SECRET_KEY?.startsWith('test_')) ?? false
return process.env.YOOKASSA_SECRET_KEY?.startsWith('test_') ?? false
}
export function validateWebhook(ip, body) {