guruahn / vue-google-oauth2

🔌 Handling Google sign-in and sign-out for Vue.js applications
MIT License
184 stars 55 forks source link

Add void return type to installClient #59

Closed jtandiyo closed 3 years ago

jtandiyo commented 3 years ago

Fixes TypeScript error TS2794 that occurs on line 17:

TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?

guruahn commented 3 years ago

thanks!! @jtandiyo