Skip to content

Commit

Permalink
fix: sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Aug 5, 2024
1 parent e04c13c commit 311c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default async function (transformer: Transformer) {

transformer(
(emit) => (str) => {
str = str.replace("new Date(2021,6,20)", "new Date(null)");
str = str.replace("/864e5<30", "<0");
emit();
return str;
},
Expand Down

0 comments on commit 311c009

Please sign in to comment.