Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem committed Oct 10, 2024
1 parent 202ec93 commit 288d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsnet2/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export async function main() {
try {
const [backend, deviceType] =
$('input[name="backend"]:checked').attr('id').split('_');
console.log(`${backend} ${deviceType}`);
console.log(`${backend} ${deviceType}`);
// Handle frames parameter.
const searchParams = new URLSearchParams(location.search);
let frames = parseInt(searchParams.get('frames'));
Expand Down

0 comments on commit 288d166

Please sign in to comment.