Update app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java

grammar correction

Co-authored-by: Trisha Anand <trisha@appsmith.com>
This commit is contained in:
sidhantgoel 2022-05-11 22:13:54 +05:30 committed by GitHub
parent 3f83e93a89
commit 4a984b68ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ public class AssetServiceCEImpl implements AssetServiceCE {
/**
* This function hard-deletes (read: not archive) the asset given by the ID. It is intended to be used to delete an
* old asset when a user uploads a new one. For example, when a new profile photo or an workspace logo is,
* old asset when a user uploads a new one. For example, when a new profile photo or a workspace logo is,
* uploaded, this method is used to completely delete the old one, if any.
* @param assetId The ID string of the asset to delete.
* @return empty Mono