mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2025-10-18 16:41:29 +00:00
Fix original file name being incorrectly replaced (#129)
This commit is contained in:
@@ -6,6 +6,6 @@ import lombok.experimental.UtilityClass;
|
|||||||
public class FilePathUtils {
|
public class FilePathUtils {
|
||||||
|
|
||||||
public static String getFilePathByPlaceholder(String filePath) {
|
public static String getFilePathByPlaceholder(String filePath) {
|
||||||
return PlaceholderReplacer.replacePlaceholders(filePath, "");
|
return PlaceholderReplacer.replacePlaceholders(filePath, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user