Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jNullj committed Aug 13, 2023
1 parent 81f020f commit 9e1c2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docusaurus-swizzled-warning/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function run() {
pr.number,
)

const file = files.filter(f => f.filename !== 'package-lock.json')[0]
const file = files.filter(f => f.filename === 'package-lock.json')[0]
if (file === undefined) {
return
}
Expand Down

0 comments on commit 9e1c2e4

Please sign in to comment.