Skip to content

Commit b596a9d

Browse files
authored
remove trailing space
Signed-off-by: Yechezkel Deren <[email protected]>
1 parent 64fc43c commit b596a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ function includePath(config, auth, response, path, restOptions = {}) {
10661066
// Returns a list of pointers in REST format.
10671067
function findPointers(object, path) {
10681068
if (object instanceof Array) {
1069-
return object.map(x => findPointers(x, path)).flat();
1069+
return object.map(x => findPointers(x, path)).flat();
10701070
}
10711071

10721072
if (typeof object !== 'object' || !object) {

0 commit comments

Comments
 (0)