🤖 Merge PR #45748 [@types/parse] TestCollection generic argument fix for changes to Underscore by @reubenrybnik

This commit is contained in:
Michael Ness 2020-06-30 09:29:16 -07:00 committed by GitHub
parent 130fdc70aa
commit 5e72001c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ function test_query() {
const testQuery = Parse.Query.or(query, query);
}
class TestCollection extends Parse.Collection<Object> {
class TestCollection extends Parse.Collection<Parse.Object> {
constructor(models?: Parse.Object[]) {