Merge aerial flyover and pool CSV row datatypes
They are extremely similar, having both was just extra work.
This commit is contained in:
parent
3302990837
commit
6a5a59f8b8
26 changed files with 624 additions and 3733 deletions
|
|
@ -63,7 +63,7 @@ func getUploadByID(ctx context.Context, r *http.Request, org *models.Organizatio
|
|||
return nil, nhttp.NewError("Failed to parse file_id: %w", err)
|
||||
}
|
||||
file_id := int32(file_id_)
|
||||
detail, err := platform.GetUploadPoolDetail(ctx, u.OrganizationID, file_id)
|
||||
detail, err := platform.GetUploadDetail(ctx, u.OrganizationID, file_id)
|
||||
if err != nil {
|
||||
return nil, nhttp.NewError("Failed to get pool: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue