mirror of https://gitlab.com/litecord/litecord.git
users: add stub entitlements
This commit is contained in:
parent
587aac380f
commit
d2cca438ab
|
|
@ -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 []
|
||||
|
|
|
|||
Loading…
Reference in New Issue