|
func (*selection) Update(ctx context.Context, request http_model.UpdateSelectionRequest, enterpriseId string) (*http_model.UpdateSelectionData, error) {
|
|
func (*selection) Update(ctx context.Context, request http_model.UpdateSelectionRequest, enterpriseId string) (*http_model.UpdateSelectionData, error) {
|
|
selectionInfo, err := db.GetSelectionById(ctx, request.SelectionID)
|
|
selectionInfo, err := db.GetSelectionById(ctx, request.SelectionID)
|