Skip to content
Snippets Groups Projects
Commit bed48e72 authored by Anders B. Clausen's avatar Anders B. Clausen
Browse files

Changed let to const

parent 6ea715f4
No related branches found
No related tags found
2 merge requests!29Release of Prototype,!12Added Docker-compose with Python server and nginx - working. /persistence/...
......@@ -25,7 +25,7 @@ import Feed from "@/components/blocks/Feed";
import Mail from "@/components/blocks/Mail";
import Calendar from "@/components/blocks/Calendar";
let sendServerRequest = (type, payload) => {
const sendServerRequest = (type, payload) => {
const xhr = new XMLHttpRequest();
const url = "/persistence";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment