Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'find' of undefined #1

Open
sergemakarov-ekar opened this issue Oct 2, 2019 · 0 comments
Open

Comments

@sergemakarov-ekar
Copy link

sergemakarov-ekar commented Oct 2, 2019

Something happens when trying to retrieve model from jet admin. I crazy manner sdk trying to retrieve model details but I dont asking about that
Here is formatted part of code

t.prototype.getDetail = function(e, t) {
                return void 0 === t && (t = !1),
                this.get(t).pipe(re(function(t) {
                    return t.find(function(t) {
                        return t.model == e
                    })
                }))
            }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant