-
Notifications
You must be signed in to change notification settings - Fork 1
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 spec char issue #235
base: main
Are you sure you want to change the base?
fix spec char issue #235
Conversation
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
ff4d272
to
dc93b78
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
const result = [start]; | ||
if (end) { | ||
result.push(end); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because [number, number | undefined] is not the same with [number, number?]
ae0c51a
to
38e0d32
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
1e1beb6
to
ffec1d9
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
d0a24dd
to
049165b
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
Signed-off-by: sivanov <[email protected]>
a6bab86
to
8479fcf
Compare
Kudos, SonarCloud Quality Gate passed! |
No description provided.