mirror of
https://github.com/supanadit/geo-smart-system.git
synced 2024-11-10 01:52:24 +00:00
Fix forgotten line
This commit is contained in:
parent
bca8a676e5
commit
9d2ae98856
@ -75,7 +75,7 @@ func Router(r *gin.Engine, client *redis.Client) {
|
|||||||
var detection model.Detection
|
var detection model.Detection
|
||||||
err := c.BindJSON(&detection)
|
err := c.BindJSON(&detection)
|
||||||
hookID := "HOOK-" + xid.New().String()
|
hookID := "HOOK-" + xid.New().String()
|
||||||
hookURL := system.GetTile38HookURL(hookID)
|
hookURL := GetTile38HookURL(hookID)
|
||||||
trigger := strings.Join(detection.TriggerType, ",")
|
trigger := strings.Join(detection.TriggerType, ",")
|
||||||
var status map[string]interface{}
|
var status map[string]interface{}
|
||||||
var httpStatus int
|
var httpStatus int
|
||||||
|
Loading…
Reference in New Issue
Block a user