Skip to content
Snippets Groups Projects
Commit e04e6fbf authored by ko_oler's avatar ko_oler
Browse files

правки по ПР

parent 9d6af0a4
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ func toTimestamp(i interface{}) (interface{}, error) {
case uint32:
return int64(v), nil
default:
return 0, fmt.Errorf("unsupported value type: \"%T\"", i)
return nil, fmt.Errorf("unsupported value type: \"%T\"", i)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment