Fix annotation. (#289)
This commit is contained in:
parent
f960f942f2
commit
df987d5e53
2
main.go
2
main.go
|
@ -161,7 +161,7 @@ func main() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// send android notification
|
// send ios notification
|
||||||
if opts.Ios.Enabled {
|
if opts.Ios.Enabled {
|
||||||
if opts.Ios.Production {
|
if opts.Ios.Production {
|
||||||
gorush.PushConf.Ios.Production = opts.Ios.Production
|
gorush.PushConf.Ios.Production = opts.Ios.Production
|
||||||
|
|
Loading…
Reference in New Issue