We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c16af commit d13f24bCopy full SHA for d13f24b
models/CBORMCompatActiveEntity.cfc
@@ -38,7 +38,7 @@ component extends="cbmongodb.models.ActiveEntity" {
38
if ( len( arguments.SortOrder ) ) {
39
var sort = listToArray( arguments.sortOrder, " " );
40
41
- this.setSort( { sort[1] : sort[ 2 ] } );
+ this.setSort( { sort[1] : sort[ 2 ] } );
42
}
43
44
return this.query();
0 commit comments