Skip to content

Commit f8be8c9

Browse files
committed
fixing eslint errors
1 parent bf9a0dc commit f8be8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/serializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ function caserize (value, type) {
255255

256256
var func = mapping[type];
257257
return func(value);
258-
}
258+
}

test/belongsToThroughHasMany.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ describe('belongsTo through hasMany', function () {
7070

7171
});
7272

73-
});
73+
});

0 commit comments

Comments
 (0)