Skip to content

Commit

Permalink
fix(scripts): limit traversal through MembershipRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
silto committed Jun 26, 2024
1 parent b3de256 commit 0df69ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/back/partial-backup/src/traversals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,11 +520,11 @@ const traversals = {
localKey: "id",
foreignKey: "userId"
},
{
type: "MembershipRequest",
localKey: "id",
foreignKey: "userId"
},
// {
// type: "MembershipRequest",
// localKey: "id",
// foreignKey: "userId"
// },
// {
// type: "StatusLog",
// localKey: "id",
Expand Down

0 comments on commit 0df69ae

Please sign in to comment.