From 9e2545ab27b46165753dcd6b8fb204755022a886 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 14 Oct 2023 11:28:42 +0300 Subject: [PATCH] squash! --- Source/Function/Integration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Function/Integration.ts b/Source/Function/Integration.ts index 1b551a4..669ce96 100644 --- a/Source/Function/Integration.ts +++ b/Source/Function/Integration.ts @@ -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"]) {