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
Using Google bigquery I found that your code was comparing the result of `typeof` with a variable named `undefined`.
As typeof returns a string it would compare to a string with the content `'undefined'`
As I could see you just want to have a default value of `method` i simply replaced the code with a shorter/better version...
0 commit comments