Skip to content

Commit 580faac

Browse files
committed
revert
1 parent 20e0b84 commit 580faac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routers/AggregateRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class AggregateRouter extends ClassesRouter {
8080
let pipeline = body.pipeline || body;
8181
if (!Array.isArray(pipeline)) {
8282
pipeline = Object.keys(pipeline).map(key => {
83-
return { [`$${key}`]: pipeline[key] };
83+
return { [key]: pipeline[key] };
8484
});
8585
}
8686

0 commit comments

Comments
 (0)