GoAdminGroup / go-admin

Duplicate body found in branches CRT-D0006
Bug risk
Major
1 occurrence in this check
both branches in if statement have same body
78				(*result)[index] = colVar
79			} else if colVar, ok = (*colVar2).(float64); ok {
80				(*result)[index] = colVar
81			} else if colVar, ok = (*colVar2).([]uint8); ok {82				(*result)[index] = colVar
83			} else {
84				(*result)[index] = colVar