Update
This commit is contained in:
@@ -197,6 +197,8 @@ private function importSingleMeme(array $meme_record): bool
|
||||
$embedding = null; // Continue without embedding
|
||||
}
|
||||
|
||||
// dd($embedding);
|
||||
|
||||
// Check if record exists one more time within transaction
|
||||
$existing_meme = MemeMedia::where('original_id', $meme_record['filename'])->first();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user