This commit is contained in:
parent
77c375e7d2
commit
ddb154e4d3
|
@ -195,6 +195,8 @@ func simplifyCard(v interface{}) (microsub.Card, bool) {
|
|||
return simplifyCardFromMicroformat(author, t)
|
||||
case string:
|
||||
return simplifyCardFromString(author, t)
|
||||
default:
|
||||
log.Printf("simplifyCard: different type %T\n", t)
|
||||
}
|
||||
|
||||
return author, false
|
||||
|
|
Loading…
Reference in New Issue
Block a user