mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-23 17:56:29 +00:00
Fixes [stage]
This commit is contained in:
@@ -372,7 +372,7 @@ public abstract class DataStorage {
|
||||
.toList();
|
||||
var toAdd = newChildren.stream()
|
||||
.filter(nc -> {
|
||||
if (nc.getStore() == null) {
|
||||
if (nc == null || nc.getStore() == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -479,3 +479,4 @@ isOnlySupportedLimit=is only supported with a professional license when having m
|
||||
areOnlySupportedLimit=are only supported with a professional license when having more than $COUNT$ connections
|
||||
enabled=Enabled
|
||||
enableGitStoragePtbDisabled=Git synchronization is disabled for public test builds to prevent usage with regular release git repositories and to discourage using a PTB build as your daily driver.
|
||||
copyId=Copy ID
|
||||
Reference in New Issue
Block a user