mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
lint: Fix linting erros in test helpers
This commit is contained in:
@@ -57,7 +57,7 @@ function _requestMaker (user, method, additionalSets) {
|
||||
};
|
||||
}
|
||||
|
||||
function _parseError(err) {
|
||||
function _parseError (err) {
|
||||
let parsedError;
|
||||
|
||||
if (apiVersion === 'v2') {
|
||||
|
||||
Reference in New Issue
Block a user