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

fix: fix some issues #541

Merged
merged 4 commits into from
Apr 14, 2023
Merged

fix: fix some issues #541

merged 4 commits into from
Apr 14, 2023

Conversation

Comment on lines 185 to 192
func contains(s []int, e int) bool {
for _, a := range s {
if a == e {
return true
}
}
return false
}
Copy link
Contributor

Choose a reason for hiding this comment

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

lo.Contains

} else {
return `"${name}"`;
}
return JSON.stringify(name);
Copy link
Contributor

Choose a reason for hiding this comment

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

add some comments and explanations ?

Copy link
Contributor

@huaxiabuluo huaxiabuluo left a comment

Choose a reason for hiding this comment

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

LGTM

@huaxiabuluo huaxiabuluo merged commit 73501a1 into vesoft-inc:master Apr 14, 2023
@hetao92 hetao92 deleted the hetao-fix branch April 17, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment