Skip to content

Commit cea757f

Browse files
author
Kai Hendry
committed
Fix typo
1 parent 3015ee7 commit cea757f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

process/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func (c withRequestID) actionTypeDB(evt json.RawMessage) (err error) {
157157
UnitCreationRequestID int `json:"unitCreationRequestId,omitempty"`
158158
UserCreationRequestID int `json:"userCreationRequestId,omitempty"`
159159
IDmapUserUnitPermissions int `json:"idMapUserUnitPermission,omitempty"`
160-
MEFIRequestID string `json:"mefeAPIRequestId,omitempty"`
160+
MEFERequestID string `json:"mefeAPIRequestId,omitempty"`
161161
UpdateUserRequestID int `json:"updateUserRequestId,omitempty"`
162162
UpdateUnitRequestID int `json:"updateUnitRequestId,omitempty"`
163163
RemoveUserFromUnitRequestID int `json:"removeUserFromUnitRequestId,omitempty"`
@@ -174,7 +174,7 @@ func (c withRequestID) actionTypeDB(evt json.RawMessage) (err error) {
174174
}
175175

176176
ctx := c.log.WithField("actionType", act)
177-
if act.MEFIRequestID == "" {
177+
if act.MEFERequestID == "" {
178178
ctx.Error("missing mefeAPIRequestId")
179179
return fmt.Errorf("missing mefeAPIRequestId")
180180
}

0 commit comments

Comments
 (0)