Include plan in emoji list responses

This commit is contained in:
Dwindi Ramadhana
2026-02-07 22:03:28 +07:00
parent 1301349b3a
commit cf065fab1e

View File

@@ -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])).'"';