You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
Method getByDomain in Company class declaration doesn't has second argument like opts: {}.
There is an error from Hubspot because requestOptions body parameter is missing.
Therefore, should be provided something like this (as in your tests):
const payload = { limit: 2, requestOptions: { properties: ['domain', 'createdate', 'name', 'hs_lastmodifieddate'], }, offset: { isPrimary: true, companyId: 0, }, }
The text was updated successfully, but these errors were encountered: