const token = await this.tokenModel
      .findOne({
        value: payload.token,
        type: TokenType.INVITE_TOKEN,
      })