Skip to content

Commit a754499

Browse files
committed
[Fixes #149] Remove unnecessary line
1 parent 636ecf2 commit a754499

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ShopifyResource.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,6 @@ public function getUrlParams($url) {
599599

600600
public function getNextPageParams(){
601601
$nextPageParams = [];
602-
$nextPageLink =
603-
604602
parse_str($this->getUrlParams($this->getNextLink()), $nextPageParams);
605603
return $nextPageParams;
606604
}

0 commit comments

Comments
 (0)