-
Notifications
You must be signed in to change notification settings - Fork 0
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
QBD CCC Mapping commit #58
Conversation
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #58 +/- ##
==========================================
+ Coverage 99.56% 99.60% +0.04%
==========================================
Files 37 48 +11
Lines 1830 2019 +189
==========================================
+ Hits 1822 2011 +189
Misses 8 8
|
|
|
|
@DhaaraniCIT you can fix those lint issues that are coming in codefactor |
|
|
apps/mappings/helpers.py
Outdated
refresh_token=fyle_credentials.refresh_token, | ||
) | ||
query = { | ||
'order': 'updated_at.desc', |
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.
wrong indentation
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.
indentations are crt @Shwetabhk , some time in git it shows like this, but the indentations are correct, if it is wrong how it would execute, it will thrown errors
apps/mappings/helpers.py
Outdated
) | ||
query = { | ||
'order': 'updated_at.desc', | ||
} |
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.
wrong indentation
|
|
|
|
|
No description provided.