Skip to content

Commit

Permalink
修复了一个价值 $200 的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bohanjun committed Feb 1, 2024
1 parent 5db5e24 commit a7a47e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/archive/src/lib/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const upsertUserSnapshotHook = async (
},
data: { until: new Date() },
});
return;
}
const userSnapshot = {
...user,
Expand Down

0 comments on commit a7a47e8

Please sign in to comment.