Skip to content

Commit 6a313ef

Browse files
committed
Updates environment json export to bring in line with other messages
1 parent e152517 commit 6a313ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/defs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const deleteProblemsType = "direct.delete.problems"
55

66
type DirectDeleteMessage struct {
77
Type string `json:"type"`
8-
EnvironmentId int `json:"environmentId"`
8+
EnvironmentId int `json:"environment"`
99
Source string `json:"source"`
1010
Service string `json:"service"`
1111
}

0 commit comments

Comments
 (0)