Skip to content

Commit

Permalink
Format code with prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in eff7188 according to the output
from prettier.

Details: https://deepsource.io/gh/Jm-Paunlagui/Matrix-Lab-Client/transform/5996e23b-2c91-444d-8092-3e606a204874/
  • Loading branch information
deepsource-autofix[bot] committed Feb 3, 2023
1 parent eff7188 commit c233f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/helpers/Auth.js
Expand Up @@ -12,8 +12,8 @@ export const setCookie = (key, value) => {
if (typeof window !== "undefined") {
cookie.set(key, value, {
expires: 30,
domain: '.example.com',
sameSite: 'none',
domain: ".example.com",
sameSite: "none",
secure: true,
});
}
Expand Down

0 comments on commit c233f25

Please sign in to comment.