Add a TODO
This commit is contained in:
parent
fddd0dc353
commit
b07642a8d1
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ func (r *checkSumRepository) SetData(newSums map[string]string) error {
|
||||||
|
|
||||||
for k, v := range newSums {
|
for k, v := range newSums {
|
||||||
cks := CheckSums{ID: k, Value: v}
|
cks := CheckSums{ID: k, Value: v}
|
||||||
|
// TODO Use InsertMulti
|
||||||
_, err := Db().Insert(&cks)
|
_, err := Db().Insert(&cks)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue