Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Apr 4, 2024
2 parents d307e78 + eee00b1 commit ffe2deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sse.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const tokenRequest = {
};
const tokenDetails = {
token: "token",
expires: new Date(2023, 0, 1).getTime(),
expires: new Date("2023-01-01T00:00:00.000Z").getTime(),
};

const userId = "foo";
Expand Down

0 comments on commit ffe2deb

Please sign in to comment.