Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 14, 2023
1 parent f93d6ea commit 016e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default (Options: Option = {}): AstroIntegration => {

if (typeof _options["path"] !== "undefined") {
if (
_options["path"] instanceof Array ||
Array.isArray(_options["path"]) ||
_options["path"] instanceof Set
) {
for (const path of _options["path"]) {
Expand Down

0 comments on commit 016e372

Please sign in to comment.