Fix typo in primary key header name (X-Meiroil → X-Miroir)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
d32cebd19f
commit
bdb32cdfe9
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ async fn get_primary_key(
|
|||
}
|
||||
|
||||
// Check for primary key in query string/header
|
||||
if let Some(pk) = headers.get("X-Meiroil-Primary-Key") {
|
||||
if let Some(pk) = headers.get("X-Miroir-Primary-Key") {
|
||||
if let Ok(pk_str) = pk.to_str() {
|
||||
return Ok(pk_str.to_string());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue