Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtangajjar committed Aug 4, 2024
1 parent 8e2f4a8 commit 6432dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/admin-pull.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ document.addEventListener( 'DOMContentLoaded', async function () {

if ( connection_id ) {
const connection = itemss.find(
( item ) => item.id == connection_id );
( item ) => item.id === connection_id
);

if ( connection ) {
input.value = connection.name;
Expand Down

0 comments on commit 6432dc2

Please sign in to comment.