You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some code duplication - for example, in expenses.js there is a function removeTimeZoneOffset whose function definition exactly matches that of groups.jsremoveTimeZoneOffset
This as well as any other duplicately defined code should be pulled out into a common file, such as a utils.js file.
The text was updated successfully, but these errors were encountered:
There is some code duplication - for example, in
expenses.js
there is a functionremoveTimeZoneOffset
whose function definition exactly matches that ofgroups.js
removeTimeZoneOffset
This as well as any other duplicately defined code should be pulled out into a common file, such as a
utils.js
file.The text was updated successfully, but these errors were encountered: