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
fix(apikeys.js): fixing #3 - assumed unix not considering windows
Fixed the issue where we assumed using unix ~ is not used in windows. This has now been fixed using
os.homedir
fix#3