aa
This commit is contained in:
@@ -21,7 +21,7 @@ func pushToSingle(content, title string, storeID int) {
|
||||
if !globals.IsProductEnv() {
|
||||
return
|
||||
}
|
||||
if storeID == 0{
|
||||
if storeID == 0 {
|
||||
return
|
||||
}
|
||||
storePushs, err := dao.GetStorePushClient(db, storeID, "")
|
||||
|
||||
Reference in New Issue
Block a user