Please provide the code changes or file diffs you would like me to summarize.
This commit is contained in:
@@ -59,6 +59,7 @@ public class BackupService {
|
||||
}
|
||||
|
||||
@Transactional
|
||||
@SuppressWarnings("null")
|
||||
public BackupImportResponseDto importBackup(Long userId, BackupPackageDto backupPackage) {
|
||||
if (backupPackage == null) {
|
||||
throw new IllegalArgumentException("Backup package is required");
|
||||
|
||||
Reference in New Issue
Block a user