Skip to content

Add toast notifications & loading message type. #721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 28, 2024
Prev Previous commit
Next Next commit
Remove unnecessary logs
  • Loading branch information
aq-ikhwa-tech authored and ludomikula committed Feb 28, 2024
commit 86100fe06f79931209b3738fc76c5f02a560928d
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ public Mono<Boolean> updateById(String applicationId, Application application) {
return Mono.error(new BizException(BizError.INVALID_PARAMETER, "INVALID_PARAMETER", FieldName.ID));
}

log.info("inside mongoUpsertHelper ");

log.info("application: " + application);

return mongoUpsertHelper.updateById(application, applicationId);
}

Expand Down