Commit 15cc106
authored
fix: implement async template storage provider list api (#1844)
### Motivation
The api supports async and sync methods but the async method currently
does not delegate to the sync method of availableTemplateStoragesAsync
### Modification
Added the delegation to availableTemplateStorages
### Result
availableTemplateStoragesAsync works as expected1 parent f55b2d1 commit 15cc106
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
- node/impl/src/main/java/eu/cloudnetservice/node/impl/template
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
0 commit comments