mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
fixed typo
This commit is contained in:
parent
2145a568d6
commit
a204ae419a
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ func (h *Handler) handlePostImport(w http.ResponseWriter, r *http.Request) {
|
|||
http.Error(w, "fragment error", http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
h.logger().Println("Import into Fragment:", db, frame, slice, len(reg.GetProfileIDs()))
|
||||
h.logger().Println("Import into Fragment:", db, frame, slice, len(req.GetProfileIDs()))
|
||||
|
||||
// Import into fragment.
|
||||
err = f.Import(req.GetBitmapIDs(), req.GetProfileIDs())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue