users: add stub entitlements

This commit is contained in:
Luna 2021-08-29 17:09:17 -03:00
parent 587aac380f
commit d2cca438ab
1 changed files with 5 additions and 0 deletions

View File

@ -529,3 +529,8 @@ async def _get_tinder_score_affinity_users():
@bp.route("/@me/affinities/guilds", methods=["GET"])
async def _get_tinder_score_affinity_guilds():
return {"guild_affinities": []}
@bp.route("/@me/applications/521842831262875670/entitlements", methods=["GET"])
async def _stub_entitlements():
return []