Skip to content

Commit 84d9175

Browse files
committed
use collectionName
1 parent 074aa2e commit 84d9175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/part3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var part3Event = function() {
2-
var query = cb.Query({collectionID: "cee2a7dd0abef288e8f0fcf18663"});
2+
var query = cb.Query({collectionName: "Weather"});
33
query.setPage(0,0);
44
query.fetch(function(err, data){
55
if (err){

0 commit comments

Comments
 (0)