File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments