修改 changeFile->changedFile
This commit is contained in:
@@ -32,7 +32,7 @@ func newNetNotifier(callUrl string) *NetNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
func (n *NetNotifier) Put(cf *changeFile) {
|
||||
func (n *NetNotifier) Put(cf *changedFile) {
|
||||
if !n.CanPost {
|
||||
log.Println("notifier call url ignore. ", n.CallUrl)
|
||||
return
|
||||
|
Reference in New Issue
Block a user