Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
K 2024-10-28 13:46:26 +05:30
commit fa91c4f08f
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -28,7 +28,7 @@ db.Employee.aggregate([
```mongodb ```mongodb
db.Employee.aggregate([ db.Employee.aggregate([
{ {
$match: { Designation: "Tester" } $match: { Designation: "Developer" }
}, },
{ {
$group: { $group: {