Skip to content

Commit

Permalink
hotfix batch rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 11, 2021
1 parent 4ea184d commit 2fd118c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/batch/data-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ export const metadata = {
query: 'allLegals',
refKey: 'reference',
sync: ['title', 'link', 'document', 'version', 'active'],
transformations: {},
},
Activity: {
query: 'allActivities',
Expand All @@ -450,5 +451,6 @@ export const metadata = {
query: 'allUsers',
refKey: 'username',
sync: ['name', 'username', 'email'],
transformations: {},
},
};

0 comments on commit 2fd118c

Please sign in to comment.