Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 5, 2024
1 parent 72e493b commit ce4c3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/coresettings/URLActionsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const localAction: URLAction = props.action
action_type: props.type,
rest_body: "{\n \n}",
rest_method: "post",
rest_headers: `{\n "Content-Type": "application/json"\n}`,
rest_headers: `{\n "Content-Type": "application/json"\n}`, // eslint-disable-line
} as URLAction);
const disableBodyTab = computed(() =>
Expand Down

0 comments on commit ce4c3a7

Please sign in to comment.