Commit 29b43c9
committed
fix(model-server): add repository to the list after the first write
The v1 model client doesn't initialize a repository using the REST API,
but just starts writing to a branch. This first write should add the
repository to the list returned by the REST API, which wasn't the case.1 parent ebefec0 commit 29b43c9
File tree
1 file changed
+1
-0
lines changed- model-server/src/main/kotlin/org/modelix/model/server/handlers
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments