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
For SeamHttpMultiWorkspace, read SEAM_PERSONAL_ACCESS_TOKEN from env. Add test to env.test.ts. Basically identical logic to how SeamHttp handles SEAM_API_KEY
For SeamHttp, read both SEAM_PERSONAL_ACCESS_TOKEN and SEAM_WORKSPACE_ID. If both SEAM_PERSONAL_ACCESS_TOKEN and SEAM_API_KEY are defined in the env, throw an invalid options error.
The text was updated successfully, but these errors were encountered:
SEAM_PERSONAL_ACCESS_TOKEN
from env. Add test to env.test.ts. Basically identical logic to how SeamHttp handlesSEAM_API_KEY
SEAM_PERSONAL_ACCESS_TOKEN
andSEAM_WORKSPACE_ID
. If bothSEAM_PERSONAL_ACCESS_TOKEN
andSEAM_API_KEY
are defined in the env, throw an invalid options error.The text was updated successfully, but these errors were encountered: