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

story #604 update node version and modules version #245

Merged
merged 4 commits into from
Feb 12, 2019

Conversation

shashi165
Copy link
Contributor

Changes for Story #604

Tests

=============================== Coverage summary ===============================
Statements   : 100% ( 2951/2951 )
Branches     : 100% ( 715/715 )
Functions    : 100% ( 412/412 )
Lines        : 100% ( 2925/2925 )
================================================================================

1..1101
# tests 1101
# pass  1101

# ok

Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

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

Please see comments

src/domain/position/index.js Show resolved Hide resolved
@@ -39,19 +39,23 @@ const getTimeoutSegment = async () => {
enumeration: 0,
tableName: 'transferStateChange'
}
return await SegmentModel.getByParams(params)
let result = await SegmentModel.getByParams(params)
return result
Copy link
Contributor

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?

src/domain/timeout/index.js Show resolved Hide resolved
src/domain/timeout/index.js Show resolved Hide resolved
src/domain/timeout/index.js Show resolved Hide resolved
src/handlers/lib/utility.js Show resolved Hide resolved
src/handlers/lib/utility.js Show resolved Hide resolved
src/lib/urlParser.js Show resolved Hide resolved
Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

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

Happy

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