Skip to content

Commit adc87b1

Browse files
authored
Merge pull request #32 from DiffyWebsite/1320-create-baseline
1320 create baseline
2 parents 18adaf3 + 3896990 commit adc87b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Commands/ScreenshotCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ public function createScreenshot($projectId, $environment, array $options = ['wa
8181

8282
$this->io()->write($screenshotId);
8383

84-
// Successful exit.
85-
return new ResultData();
84+
return $screenshotId;
8685
}
8786

8887
/**

0 commit comments

Comments
 (0)