Skip to content

Fix variable declaration #31

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

Closed
wants to merge 14 commits into from
Closed

Fix variable declaration #31

wants to merge 14 commits into from

Conversation

nwaughachukwuma
Copy link
Contributor

Hi @brh55 this PR fixes the omitted variable declaration in createOpenLink. I have removed the the logic for #25 and PR #29. Let me know what you think

@brh55
Copy link
Owner

brh55 commented Nov 21, 2019

Odd I'm seeing a lot of changes.
image

If it isn't much changes, can you branch off master and either add the relevant commits?

index.js Outdated
@@ -112,16 +112,15 @@ export const createQueryParameters = ({
};

export default function open(params) {
createOpenLink(params)();
createOpenLink(params)()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add semi colon ;

@nwaughachukwuma
Copy link
Contributor Author

Odd I'm seeing a lot of changes.
image

If it isn't much changes, can you branch off master and either add the relevant commits?

Ooh that. I rebooted my System with backed-up files and this affected the permissions on the files. I will try and fix it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants