Skip to content

Conversation

@DkSanjed
Copy link
Owner

@DkSanjed DkSanjed commented Jun 5, 2020

Exercise

Copy link
Collaborator

@pushdev-code pushdev-code left a comment

Choose a reason for hiding this comment

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

some minor comments.

Comment on lines +16 to +18
setTimeout(() => {
resolve(githubUser);
}, 3000);
Copy link
Collaborator

Choose a reason for hiding this comment

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

do you need this timeout?

Comment on lines +16 to +18
setTimeout(() => {
resolve(githubUser);
}, 3000);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
setTimeout(() => {
resolve(githubUser);
}, 3000);
resolve(githubUser);

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.

3 participants