From 648aed63e6c36b2bc925301885726f188e593fce Mon Sep 17 00:00:00 2001 From: zB3nz <42704761+zB3nz@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:10:05 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f038a77..1d88753 100644 --- a/README.md +++ b/README.md @@ -895,7 +895,7 @@ $response = Sync::run( ] */ $is_twofa = False; -if($response[sizeof($response)->code] == 410) { +if($response[sizeof($response) - 1]->code == 410) { $is_twofa = True; } ```