Skip to content

Commit a0f9089

Browse files
committed
Fix mysqli binding
1 parent 40ca0af commit a0f9089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/register-ai-error-correction-job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
$jobName = 'AI Error Correction';
9898
$jobDescription = 'Processes errors from KyteError table and creates AI analysis tasks. Queues new errors and processes queued analyses using AWS Bedrock.';
9999

100-
DBI::prepared_query($sql, 'sssii', [
100+
DBI::prepared_query($sql, 'sssi', [
101101
$jobName,
102102
$jobDescription,
103103
$compressed,

0 commit comments

Comments
 (0)