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 42b2793 according to the output
from prettier.

Details: https://deepsource.io/gh/Jm-Paunlagui/Matrix-Lab-Client/transform/0d5dfad5-07f4-43df-8fb0-a69b70811257/
  • Loading branch information
deepsource-autofix[bot] committed Feb 3, 2023
1 parent 42b2793 commit f65d6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/helpers/Auth.js
Expand Up @@ -11,8 +11,8 @@ import { toast } from "react-toastify";
export const setCookie = (key, value) => {
if (typeof window !== "undefined") {
cookie.set(key, value, {
domain: 'matrix-lab-client.vercel.app',
sameSite: 'none',
domain: "matrix-lab-client.vercel.app",
sameSite: "none",
secure: true,
});
}
Expand Down

0 comments on commit f65d6d6

Please sign in to comment.