Browse Source

send published date for trips

pull/5/head
Aaron Parecki 8 years ago
parent
commit
da54f141a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compass/app/Jobs/TripComplete.php

+ 1
- 1
compass/app/Jobs/TripComplete.php View File

@ -128,7 +128,7 @@ class TripComplete extends Job implements SelfHandling, ShouldQueue
$params = [
'h' => 'entry',
'created' => $endDate->format('c'),
'published' => $endDate->format('c'),
'trip' => [
'type' => 'h-trip',
'properties' => [

Loading…
Cancel
Save