Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS authored and actions-user committed Oct 1, 2024
1 parent c1432f4 commit c4e38e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedata_gui/src/js/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export async function sendModemTestFrame() {
}

export async function sendSineTone(state) {
return await apiPost("/radio/tune", {enable_tuning: state});
return await apiPost("/radio/tune", { enable_tuning: state });
}

export async function startModem() {
Expand Down

0 comments on commit c4e38e8

Please sign in to comment.