Skip to content

Commit 5194e62

Browse files
committed
Ensure option is string
1 parent a7f5e69 commit 5194e62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ export const getConfig = (options: Cypress.MatchImageOptions) => {
9595
options.remoteScreenshotServiceUrl ||
9696
(Cypress.env("pluginVisualRegressionRemoteScreenshotServiceUrl") as
9797
| string
98-
| undefined) ||
99-
{},
98+
| undefined),
10099
};
101100
};
102101

0 commit comments

Comments
 (0)