Include plan in emoji list responses
This commit is contained in:
@@ -159,6 +159,7 @@ class EmojiApiController extends Controller
|
|||||||
'total' => $total,
|
'total' => $total,
|
||||||
'page' => $page,
|
'page' => $page,
|
||||||
'limit' => $limit,
|
'limit' => $limit,
|
||||||
|
'plan' => $tier,
|
||||||
];
|
];
|
||||||
|
|
||||||
$etag = '"'.sha1(json_encode([$responsePayload, $tier, $q, $category, $subSlug])).'"';
|
$etag = '"'.sha1(json_encode([$responsePayload, $tier, $q, $category, $subSlug])).'"';
|
||||||
|
|||||||
Reference in New Issue
Block a user