improving workflow fault tolerance
This commit is contained in:
@@ -50,7 +50,7 @@ public class TransactionService {
|
||||
return transactionRepository.findAll(spec, pageable);
|
||||
}
|
||||
|
||||
public Transaction save(Transaction transaction){
|
||||
public Transaction save(Transaction transaction) {
|
||||
return transactionRepository.save(transaction);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user