From 42b5782347a53699b5922c85cc774b39bf37eb80 Mon Sep 17 00:00:00 2001
From: Paul Vaneveld
Date: Sun, 26 Jan 2025 13:48:18 +0100
Subject: [PATCH] chore: format fix
---
src/tokensource/cookies.test.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tokensource/cookies.test.ts b/src/tokensource/cookies.test.ts
index 96d80fb..48defc1 100644
--- a/src/tokensource/cookies.test.ts
+++ b/src/tokensource/cookies.test.ts
@@ -215,7 +215,7 @@ describe("CookieTokenSource", () => {
secure: true,
sameSite: "none",
path: "/refresh",
- })
+ });
});
it("should set the cookie path in the accessToken as function", () => {