Skip to content

Commit d695d20

Browse files
authored
Fixed typo in omitViewSegments.js
1 parent c8f2574 commit d695d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/views/scripts/omitViewSegments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function getAppList(options, callback) {
110110
if (app_list && app_list.length > 0) {
111111
var listed = [];
112112
for (var z = 0; z < app_list.length; z++) {
113-
listed.push(options.db.ObjectId(app_list[z]));
113+
listed.push(options.db.ObjectID(app_list[z]));
114114
}
115115
query = {_id: {$in: listed}};
116116
}

0 commit comments

Comments
 (0)