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