Skip to content

Commit 48aef17

Browse files
committed
fix: missing save contribution
1 parent 75578f8 commit 48aef17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LightGeneralizedTCRMapping.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ export function handleRewardWithdrawn(event: RewardWithdrawn): void {
665665
continue;
666666

667667
contribution.withdrawable = false;
668+
contribution.save();
668669
}
669670
}
670671

0 commit comments

Comments
 (0)