Skip to content

Commit 8ef9681

Browse files
committed
comment
1 parent 7aaa013 commit 8ef9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/restHandler/app/configDiff/DeploymentConfigurationRestHandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (handler *DeploymentConfigurationRestHandlerImpl) CompareCategoryWiseConfig
193193
ctx := util2.SetSuperAdminInContext(r.Context(), isSuperAdmin)
194194
res, err := handler.deploymentConfigurationService.CompareCategoryWiseConfigData(ctx, comparisonRequestDto, userHasAdminAccess)
195195
if err != nil {
196-
handler.logger.Errorw("service err, GetAllConfigData ", "err", err)
196+
handler.logger.Errorw("service err, CompareCategoryWiseConfigData ", "err", err)
197197
common.WriteJsonResp(w, err, nil, http.StatusInternalServerError)
198198
return
199199
}

0 commit comments

Comments
 (0)