Skip to content

Commit 5ff7471

Browse files
committed
Fix syntax error in OpenLibraryService
1 parent 13bb3c0 commit 5ff7471

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/Services/OpenLibraryService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ protected function buildSearchQuery(string $query): string
185185
$query = trim($query);
186186

187187
// Remove 'isbn:', 'author:', 'title:' prefixes if user added them manually
188-
}
189-
// Remove 'isbn:', 'author:', 'title:' prefixes if user added them manually
190188
if (preg_match('/^(isbn|author|title):/i', $query)) {
191189
return $query; // Already formatted, return as-is
192190
}

0 commit comments

Comments
 (0)