benawad / graphql-express-template

Node.js GraphQL Server template
525 stars 195 forks source link

Why is token passed in as an argument in the refreshTokens method? #13

Closed jakec-dev closed 5 years ago

jakec-dev commented 5 years ago

Sorry if this is a stupid question but it's not used anywhere in the method so why is it added as the first arg?

benawad commented 5 years ago

I think I just forgot to remove it as an argument

jakec-dev commented 5 years ago

Cool, I removed it without any issues. Closing this.