mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 10:55:52 +00:00
Fix possible provider NPE
This commit is contained in:
@@ -452,6 +452,7 @@ public class DataStoreEntry extends StorageElement {
|
||||
|
||||
this.store = store;
|
||||
this.storeNode = JacksonMapper.getDefault().valueToTree(store);
|
||||
this.provider = DataStoreProviders.byStore(store);
|
||||
if (updateTime) {
|
||||
lastModified = Instant.now();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user