Skip to content

Commit 744f0a7

Browse files
authored
fixing warning for lables (#1768)
1 parent ce2a7ff commit 744f0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/percy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export class Percy {
392392

393393
// normalize, migrate, and remove certain properties from validating
394394
options = PercyConfig.migrate(options, '/comparison');
395-
let { clientInfo, environmentInfo, ...comparison } = options;
395+
let { clientInfo, environmentInfo, labels, ...comparison } = options;
396396
let errors = PercyConfig.validate(comparison, '/comparison');
397397

398398
if (errors?.length > 0) {

0 commit comments

Comments
 (0)