Welcome Guest, Not a member yet? Register   Sign In
Double Insert Data in Filter Before CI4
#2

You are calling the function twice.
PHP Code:
if (Services::validationApiKey($tokenApi)) {   // <-- here
        
return [
            
'success' => Services::validationApiKey($tokenApi), // <-- and here
            
'data'    => $tokenApi,
        ];
    } 

You need to review all code.
Reply


Messages In This Thread
RE: Double Insert Data in Filter Before CI4 - by iRedds - 05-29-2022, 06:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB