| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 314102b commit 58da5d9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ for (const link of toc.match(/<a.*?>/g)) { | |||
| 40 | 40 | ); | |
| 41 | 41 | ||
| 42 | 42 | for (const property in data) { | |
| 43 | - if (results.hasOwnProperty(property)) { | ||
| 43 | + if (Object.hasOwn(results, property)) { | ||
| 44 | 44 | data[property].forEach((mod) => { | |
| 45 | 45 | mod.source = data.source; | |
| 46 | 46 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments