INTERNET ip check curl #937

This commit is contained in:
jokob-sk
2025-01-19 13:41:48 +11:00
parent 6b390b66de
commit f70bb40ef4
5 changed files with 35 additions and 9 deletions

View File

@@ -463,8 +463,6 @@ function utf8ToBase64(str) {
// General utilities
// -----------------------------------------------------------------------------
// check if JSON object
function isJsonObject(value) {
return typeof value === 'object' && value !== null && !Array.isArray(value);