2
0
Taichi Masuyama 4 жил өмнө
parent
commit
d61c36d4ff

+ 1 - 0
packages/app/src/server/models/page.ts

@@ -363,6 +363,7 @@ export default (crowi: Crowi): any => {
 /*
  * Aggregation utilities
  */
+// TODO: use the original type when upgraded https://github.com/Automattic/mongoose/blob/master/index.d.ts#L3090
 type PipelineStageMatch = {
   $match: AnyObject
 };