Skip to content

fix the http issue #8

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

Merged
merged 1 commit into from
Jan 14, 2023
Merged

fix the http issue #8

merged 1 commit into from
Jan 14, 2023

Conversation

harshitsahush
Copy link
Contributor

We want to add 'https' in the case that the link does not have 'http' ot 'https' already. i.e if( ! (value.startsWith('http://') || (value.startsWith('https://') )
which on simplification with De Morgans's laws wpuld lead to : if (!value.startsWith('http://') && !value.startsWith('https://'))

We want to add 'https' in the case that the link does not have 'http' ot 'https' already.
i.e if( ! (value.startsWith('http://') || (value.startsWith('https://') )
which on simplification with De Morgans's laws wpuld lead to :  if (!value.startsWith('http://') && !value.startsWith('https://'))
@harshitsahush harshitsahush closed this by deleting the head repository Jan 13, 2023
@harshitsahush harshitsahush reopened this Jan 13, 2023
Copy link
Member

@yaph yaph left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you Harshit!

@yaph yaph merged commit 96a17b4 into coderstats:master Jan 14, 2023
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