Fix typo in RTS

This commit is contained in:
Shrikant Sharat Kandula 2021-04-30 16:22:16 +05:30
parent e22eb7a404
commit 506dfd7563

View File

@ -155,7 +155,7 @@ async function watchMongoDB(io) {
"_class",
].map(f => "fullDocument." + f)
},
]
],
{ fullDocument: "updateLookup" }
);