Skip to content

Commit

Permalink
Fix forgotten line
Browse files Browse the repository at this point in the history
  • Loading branch information
supanadit committed Jan 4, 2020
1 parent bca8a67 commit 9d2ae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d2ae98

Please sign in to comment.