async function fetchInviteAsync (subjects) {
  const {invite} = api.assertSubjects({invite: subjects.invite})
  return invite.toRest()
}