Skip to content

Commit

Permalink
Merge branch '1.12' into 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Apr 23, 2023
2 parents ffac826 + 13f1fad commit c763803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL/Resolvers/VersionedResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function resolveVersionFields(DataObject $obj, array $args, array
case 'publisher':
return $obj->Publisher();
case 'published':
return $obj->isPublished();
return $obj->WasPublished;
case 'draft':
return $obj->WasDraft;
case 'deleted':
Expand Down

0 comments on commit c763803

Please sign in to comment.