chore: removed dead code

This commit is contained in:
SoXX 2024-08-13 10:35:01 +02:00
parent 78e17cf100
commit b4e8152cb4

View File

@ -1,5 +0,0 @@
package models
type FavoriteList struct {
Posts []Post `json:"posts,omitempty"`
}