Skip to content

Commit 0c03e1c

Browse files
committed
remove extra api detail in usage
1 parent 198c83d commit 0c03e1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/log/services/log.service.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ export class LogService {
129129
{
130130
$match: {
131131
createdAt: { $gte: startDate, $lte: endDate },
132+
$nor: [
133+
{ path: { $regex: 'usage' } },
134+
{ path: { $regex: 'credit' } },
135+
{ path: { $regex: 'presentation' } },
136+
],
132137
},
133138
},
134139
{

0 commit comments

Comments
 (0)