Skip to content

Commit 14f0166

Browse files
committed
hard-coded exception
1 parent d270e02 commit 14f0166

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/GraphJS/Controllers/ForumController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ public function getThreads(Request $request, Response $response, Kernel $kernel)
199199

200200
foreach($everything as $thing) {
201201
if($thing instanceof Thread) {
202+
// HARD-CODED :( FIXME
203+
if($thing->id()->toString()=="5b20c740445f7d1f1ad723fc16b693d5") continue;
204+
// HARD-CODED :( FIXME
202205
try {
203206
$author = $thing->edges()->in(Start::class)->current()->tail();
204207
}

0 commit comments

Comments
 (0)