ignore no rows error

This commit is contained in:
rxdn 2020-06-19 21:31:22 +01:00
parent c82bf220cf
commit ca7eee6daa

View File

@ -39,6 +39,8 @@ func ListPanels(ctx *gin.Context) {
for i, p := range panels {
i := i
p := p
group.Go(func() error {
var mentions []string