-
Notifications
You must be signed in to change notification settings - Fork 84
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
story #604 update node version and modules version #245
story #604 update node version and modules version #245
Conversation
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.
Please see comments
@@ -39,19 +39,23 @@ const getTimeoutSegment = async () => { | |||
enumeration: 0, | |||
tableName: 'transferStateChange' | |||
} | |||
return await SegmentModel.getByParams(params) | |||
let result = await SegmentModel.getByParams(params) | |||
return result |
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.
Why is the result assigned to a variable and then returned? Could it not be done in one line with return await?
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.
Happy
Changes for Story #604
Tests