Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fix: commented row
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Apr 5, 2024
1 parent 4c9aeb2 commit 9b09f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Controller/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function singleViewController($data)
public function mapProjectPostData(object $post): object
{
$post->project = (object) [
// 'statusBar' => ProjectStatus::create($post->id),
'statusBar' => ProjectStatus::create($post->id),
'category' => WP::getPostTermsJoined(['challenge_category'], $post->id) ?? '',
'taxonomies' => WP::getPostTermsJoined(['project_sector', 'project_technology'], $post->id)
];
Expand Down

0 comments on commit 9b09f25

Please sign in to comment.