This commit is contained in:
ct
2025-06-13 13:14:13 +08:00
parent c36fbb90e5
commit 63a516b124
2 changed files with 4 additions and 1 deletions

View File

@@ -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();