chore: fix prettier formatting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user