good morning!!!!

Skip to content
Snippets Groups Projects
Commit 90c196a7 authored by Richard Moore's avatar Richard Moore
Browse files

Fix missing return for Result proxy (#4681).

parent 5b8781d2
Branches
Tags v6.13.0
No related merge requests found
......@@ -168,6 +168,7 @@ export class Result extends Array<any> {
}
});
setNames(proxy, getNames(this));
return proxy;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment