Skip to content

Commit e1e0fb5

Browse files
committed
Fixed insight route
1 parent 05d8869 commit e1e0fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/insight.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
jobConfig: jobConfig,
4343
appId: AV.applicationId
4444
}
45-
var request = AV._request("insight", 'jobs', null, 'POST',
45+
var request = AV._request("bigquery", 'jobs', null, 'POST',
4646
AV._encode(data, null, true));
4747

4848
return request.then(function(resp) {
@@ -125,7 +125,7 @@
125125
limit: this._limit
126126
};
127127

128-
var request = AV._request("insight", 'jobs', this.id, "GET",
128+
var request = AV._request("bigquery", 'jobs', this.id, "GET",
129129
params);
130130
var self = this;
131131
return request.then(function(response) {

0 commit comments

Comments
 (0)