Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Wrong import path name #157

Closed
gauravdas014 opened this issue Mar 17, 2021 · 2 comments · Fixed by #163
Closed

[Bug] Wrong import path name #157

gauravdas014 opened this issue Mar 17, 2021 · 2 comments · Fixed by #163
Assignees
Labels
good first issue Good for newcomers unapproved Unapproved for Pull Request

Comments

@gauravdas014
Copy link
Contributor

In resolvers/template.js the import path of authCheck.js is wrong. I am attaching the screenshot of the same

3

It should be

const authCheck = require("./functions/authCheck");

instead of

const authCheck = require("../functions/authCheck");

@Sagar2366 Can you assign me this issue?

@github-actions github-actions bot added the unapproved Unapproved for Pull Request label Mar 17, 2021
@Sagar2366
Copy link
Contributor

Hey @gauravdas014, good finding. Can you check for similar issues and send our PR for review ?
Check for unused variables, syntax errors, etc and cover under this issue.

@Sagar2366 Sagar2366 added the good first issue Good for newcomers label Mar 17, 2021
@gauravdas014
Copy link
Contributor Author

@Sagar2366 Sure. I have found a couple of errors. I will report them in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers unapproved Unapproved for Pull Request
Projects
None yet
2 participants