fix: wrong model registered
This commit is contained in:
parent
085c4d69d6
commit
66ddf67337
|
@ -11,7 +11,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerModel(&Upload{})
|
registerModel(&Import{})
|
||||||
}
|
}
|
||||||
|
|
||||||
type Import struct {
|
type Import struct {
|
||||||
|
|
Loading…
Reference in New Issue