mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-04-13 19:33:54 +00:00
style(recursive_crud): remove unnecessary blank line
This commit is contained in:
@@ -227,7 +227,6 @@ func (p *NestedCUDProcessor) filterValidFields(data map[string]interface{}, mode
|
|||||||
return filteredData
|
return filteredData
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// injectForeignKeys injects parent IDs into data for foreign key fields.
|
// injectForeignKeys injects parent IDs into data for foreign key fields.
|
||||||
// data is expected to be keyed by DB column names (as returned by filterValidFields).
|
// data is expected to be keyed by DB column names (as returned by filterValidFields).
|
||||||
func (p *NestedCUDProcessor) injectForeignKeys(data map[string]interface{}, modelType reflect.Type, parentIDs map[string]interface{}) {
|
func (p *NestedCUDProcessor) injectForeignKeys(data map[string]interface{}, modelType reflect.Type, parentIDs map[string]interface{}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user