Skip to content

Commit f172cf7

Browse files
committed
Added Surveyhero ID to webhook list table header
1 parent 38eba80 commit f172cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/SurveyheroWebhookListCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function handle(): int
3737
$surveys = $surveyQuery->get();
3838

3939
foreach ($surveys as $survey) {
40-
$this->comment("Webhooks for survey '$survey->name':");
40+
$this->comment("Webhooks for survey '$survey->name' ($survey->surveyhero_id):");
4141
/* @var SurveyContract $survey */
4242
try {
4343
$webhooks = $this->webhookService->listWebhooks($survey);

0 commit comments

Comments
 (0)