Skip to content

Commit

Permalink
style(server): remove redundant initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Aug 1, 2024
1 parent d4d136f commit b236305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/maintainers/templates/device_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3 style="display: inline-block">{{ object }}</h3>

<script>
function switchEnable(cb) {
let action_verb = "";
let action_verb;
if (cb.checked)
action_verb = "enable";
else
Expand Down

0 comments on commit b236305

Please sign in to comment.