This commit is contained in:
marin postma
2021-06-17 14:38:52 +02:00
parent abdf642d68
commit fa573dabf0
10 changed files with 19 additions and 18 deletions

View File

@ -177,7 +177,7 @@ impl ErrorCode for MilliError<'_> {
UserError::PrimaryKeyCannotBeReset => Code::PrimaryKeyAlreadyPresent,
UserError::UnknownInternalDocumentId { .. } => Code::DocumentNotFound,
}
},
}
}
}
}