Skip to content

Commit 58ec33c

Browse files
committed
fix2 dump query
1 parent 27e4a50 commit 58ec33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/dump/structures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const relationTypeQuery = [
124124
const relationGroupQuery = [
125125
{
126126
$lookup: {
127-
from: 'relationgroups',
127+
from: 'relationsgroups',
128128
localField: 'relationsGroupId',
129129
foreignField: 'id',
130130
pipeline: [

0 commit comments

Comments
 (0)