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 d6bc507 commit 9e2545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Function/Integration.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 9e2545a

Please sign in to comment.