Skip to content

Commit f948c40

Browse files
committed
chore: format fix
1 parent e6e1798 commit f948c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokensource/cookies.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe("CookieTokenSource", () => {
215215
secure: true,
216216
sameSite: "none",
217217
path: "/refresh",
218-
})
218+
});
219219
});
220220

221221
it("should set the cookie path in the accessToken as function", () => {

0 commit comments

Comments
 (0)