mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
fix disqus bug
This commit is contained in:
2
front.go
2
front.go
@@ -277,7 +277,7 @@ type DisqusComments struct {
|
|||||||
ErrMsg string `json:"errmsg"`
|
ErrMsg string `json:"errmsg"`
|
||||||
Data struct {
|
Data struct {
|
||||||
Next string `json:"next"`
|
Next string `json:"next"`
|
||||||
Total int `json:"total,omitempty"`
|
Total int `json:"total"`
|
||||||
Comments []commentsDetail `json:"comments"`
|
Comments []commentsDetail `json:"comments"`
|
||||||
Thread string `json:"thread"`
|
Thread string `json:"thread"`
|
||||||
} `json:"data"`
|
} `json:"data"`
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user