Skip to content

Commit

Permalink
fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Apr 22, 2024
1 parent 74eee94 commit 4e68ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/services/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { restoreSession } from "@/services/restoreSession";

export const axios = axiosLib.create({
paramsSerializer: {
encode: (params) => qs.stringify(params),
encode: params => qs.stringify(params),
},
xsrfCookieName: "csrf_token",
xsrfHeaderName: "X-CSRF-TOKEN",
Expand Down

0 comments on commit 4e68ddc

Please sign in to comment.