fix
This commit is contained in:
@@ -87,7 +87,7 @@ func GetInstagramByID(id string) (ig *InstagramModel, err error) {
|
||||
}
|
||||
|
||||
// GetAllInstagram -
|
||||
func GetAllInstagram() (list []Instagram, err error) {
|
||||
func GetAllInstagram() (list []InstagramModel, err error) {
|
||||
db := models.GetConn()
|
||||
query := `
|
||||
select id, lastpost, ctime, mtime
|
||||
|
||||
Reference in New Issue
Block a user