Skip to content

Commit 28efea4

Browse files
sdk
1 parent bb742da commit 28efea4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/module-mongodb-storage/src/storage/MongoReportStorage.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ export class MongoReportStorage implements storage.ReportStorageFactory {
199199
])
200200
.toArray();
201201
return {
202-
app_id: data.app_id,
203-
org_id: data.org_id,
204202
...result[0]
205203
};
206204
}

0 commit comments

Comments
 (0)