lint fixes

This commit is contained in:
yeahme49 2023-01-15 11:04:00 -06:00
parent 176c355720
commit 2e3b2bb0d5

View File

@ -23,7 +23,7 @@ export default function Config() {
}
axios
.post('config/save?save_option='+save_option, window.editor.getValue(), {
.post(`config/save?save_option=${save_option}`, window.editor.getValue(), {
headers: { 'Content-Type': 'text/plain' },
})
.then((response) => {