Skip to content

Commit

Permalink
yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfame committed Dec 16, 2024
1 parent d564812 commit d262875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/class-subjects-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ public function get_post_id_by_guid( string $guid ): ?int {
*/
private function convert_schema_type_to_rest_api_type( string $type ): string {
return match ( $type ) {
'html', 'date' => 'string',
'html', 'text', 'date' => 'string',
default => $type,
};
}
Expand Down

0 comments on commit d262875

Please sign in to comment.