Cleanup + Roadmap group actions

This commit is contained in:
Karmanyaah Malhotra
2021-04-21 14:41:43 -04:00
parent f924cc63f8
commit b35a6be635
4 changed files with 42 additions and 30 deletions

View File

@ -13,7 +13,6 @@ type ContentURI struct {
func (m *ContentURI) Scan(value interface{}) error {
bytes, ok := value.([]byte)
if !ok {
println(len(bytes))
//return errors.New(fmt.Sprint("Failed to unmarshal value:", value))
}
if len(bytes) == 0 {