mirror of
https://github.com/supanadit/geo-smart-system.git
synced 2024-11-24 01:26:22 +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
|
||||
err := c.BindJSON(&detection)
|
||||
hookID := "HOOK-" + xid.New().String()
|
||||
hookURL := system.GetTile38HookURL(hookID)
|
||||
hookURL := GetTile38HookURL(hookID)
|
||||
trigger := strings.Join(detection.TriggerType, ",")
|
||||
var status map[string]interface{}
|
||||
var httpStatus int
|
||||
|
Loading…
Reference in New Issue
Block a user